/**fz
 * @Author   zcool
 * @Date     2017-11-20
 */
#home {
	position: fixed;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	transition: transform 0.5s ease-out;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
}

#home #main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}

#home #main #roll .row {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
	z-index: 5;
}

#home #main #roll .row .alan {
	opacity: 0;
}

#home #main #roll .row .alanLeft,
#home #main #roll .row .alanIn {
	opacity: 0;
}

#home #main #roll .row.del {
	opacity: 1;
	pointer-events: auto;
}

#home #main #roll .row.on {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}

#home #main #roll .row.on .alan {
	animation-name: fadeInUpSmall;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

#home #main #roll .row.on .alanLeft {
	animation-name: fadeInLeftSmall;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

#home #main #roll .row.on .alanIn {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}

#home #main #roll .row .delay1 {
	animation-delay: 0.1s;
}

#home #main #roll .row .delay2 {
	animation-delay: 0.2s;
}

#home #main #roll .row .delay3 {
	animation-delay: 0.3s;
}

#home #main #roll .row .delay4 {
	animation-delay: 0.4s;
}

#home #main #roll .row .delay5 {
	animation-delay: 0.5s;
}

#home #main #roll .row .delay6 {
	animation-delay: 0.6s;
}

#home #main #roll .row .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#home #main #roll .row .bg .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll .row .rowMain {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#home #main #roll .row .rowMain .con {
	position: relative;
	padding-bottom: calc(4.1vw - 0.20rem);
	height: 100%;
	padding-top: 1.3rem;
	width: 100%;
	padding-right: 6.8vw;
	padding-left: 12vw;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

#home #main #roll #r1 {
	background-color: #000;
	overflow: hidden;
}

#home #main #roll #r1 #fn1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll #r1 #fn1 .photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

#home #main #roll #r1 #fn1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#home #main #roll #r1 #fn1 .photo .pic.on {
	opacity: 1;
}

#home #main #roll #r1 #fn1 .other {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

#home #main #roll #r1 #fn1 .other svg path {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 0.01rem;
	stroke-dasharray: 500%;
	stroke-dashoffset: 500%;
	fill: none;
	transition: stroke-dashoffset 3s ease-out;
	-webkit-transition: stroke-dashoffset 3s ease-out;
	-moz-transition: stroke-dashoffset 3s ease-out;
	-o-transition: stroke-dashoffset 3s ease-out;
	-ms-transition: stroke-dashoffset 3s ease-out;
}

#home #main #roll #r1 #fn1 .other .l1 {
	position: absolute;
	/* top: -0.06rem; */
	top: -0.0096rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 44.4vw;
	/* height: calc(100vh - 0.98rem - 24px); */
	height: calc(100vh - 0.1568rem - 0.24rem);
}

#home #main #roll #r1 #fn1 .other .l2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0.01rem;
	height: 100%;
}

#home #main #roll #r1 #fn1 .other .l3 {
	position: absolute;
	bottom: calc(0.064rem + 0.24rem);
}

#home #main #roll #r1 #fn1 .other .l4 {
	position: absolute;
	top: 0.0928rem;
	/* top: 0.58rem; */
}

#home #main #roll #r1 #fn1 .other.on svg path {
	stroke-dashoffset: 180%;
}

#home #main #roll #r1 #fn1 .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#home #main #roll #r1 #fn1 .con .msg {
	width: 100%;
	height: 100%;
	position: relative;
}

#home #main #roll #r1 #fn1 .con .msg .msgList {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}

#home #main #roll #r1 #fn1 .con .msg .msgList h2 {
	line-height: 1;
	margin-bottom: 0.064rem;
	/* margin-bottom: 0.4rem; */
	text-align: center;
}

#home #main #roll #r1 #fn1 .con .msg .msgList p {
	text-align: center;
	line-height: 1.2;
}

#home #main #roll #r1 #fn1 .con .msg .msgList.on,
#home #main #roll #r1 #fn1 .con .msg .msgList.next {
	opacity: 1;
	pointer-events: auto;
}

#home #main #roll #r1 #fn1 .con .msg .msgList.first {
	display: none;
}

#home #main #roll #r1 #fn1 .con .dotBox {
	position: absolute;
	bottom: 0.064rem;
	left: 0;
	width: 100%;
	height: .50rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home #main #roll #r1 #fn1 .con .dotBox>li {
	position: relative;
	margin: 0 0.024rem;
	/* margin: 0 0.15rem; */
	cursor: pointer;
}

#home #main #roll #r1 #fn1 .con .dotBox>li svg {
	display: block;
	width: .38rem;
	height: .38rem;
	position: relative;
	z-index: 5;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

#home #main #roll #r1 #fn1 .con .dotBox>li svg circle {
	stroke-width: 0.02rem;
	stroke: #fff;
	stroke-dasharray: 300%;
	stroke-dashoffset: 300%;
	transition: stroke-dashoffset 0.6s ease-out;
	-webkit-transition: stroke-dashoffset 0.6s ease-out;
	-moz-transition: stroke-dashoffset 0.6s ease-out;
	-o-transition: stroke-dashoffset 0.6s ease-out;
	-ms-transition: stroke-dashoffset 0.6s ease-out;
}

#home #main #roll #r1 #fn1 .con .dotBox>li span {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: .38rem;
	height: .38rem;
	border: 0.02rem solid transparent;
	border-radius: 50%;
	transition: border-color 0.3s ease-out;
	-webkit-transition: border-color 0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	-ms-transition: border-color 0.3s ease-out;
}

#home #main #roll #r1 #fn1 .con .dotBox>li span:after {
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#home #main #roll #r1 #fn1 .con .dotBox>li.on svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 6s ease-out;
	-webkit-transition: stroke-dashoffset 6s ease-out;
	-moz-transition: stroke-dashoffset 6s ease-out;
	-o-transition: stroke-dashoffset 6s ease-out;
	-ms-transition: stroke-dashoffset 6s ease-out;
}

#home #main #roll #r1 #fn1 .con .dotBox>li.on span {
	border-color: rgba(255, 255, 255, 0.3);
}

#home #main #roll #r1 .ad {
	position: absolute;
	z-index: 10;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0.096rem;
	/* left: 0.6rem; */
	bottom: 0;
	opacity: 0;
	transform: translate3d(-0.10rem, 0, 0);
	-webkit-transform: translate3d(-0.10rem, 0, 0);
	-moz-transform: translate3d(-0.10rem, 0, 0);
	-o-transform: translate3d(-0.10rem, 0, 0);
	-ms-transform: translate3d(-0.10rem, 0, 0);
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
}

#home #main #roll #r1.over {
	z-index: 16;
	opacity: 1;
	border-radius: .20rem;
	animation-name: banner_in_1;
	transform-origin: 50% 50%;
}

#home #main #roll #r1.del .ad {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

#home #main #roll #r2 {
	background-color: #fff;
	overflow: hidden;
}

#home #main #roll #r2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll #r2 .bg svg.all {
	position: absolute;
	width: 130vw;
	height: 55.78vw;
	left: -15vw;
	bottom: -.20rem;
}

#home #main #roll #r2 .bg svg.all path {
	fill: none;
	stroke-width: 0.01rem;
	stroke: rgba(0, 0, 0, 0.2);
	stroke-dasharray: 500%;
	stroke-dashoffset: -120%;
	transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
}

#home #main #roll #r2 .bg .line {
	position: absolute;
	height: 0.01rem;
	width: 11.8vw;
	top: 1.3rem;
	left: 0;
}

#home #main #roll #r2 .bg .line path {
	fill: none;
	stroke-width: 0.01rem;
	stroke: rgba(0, 0, 0, 0.2);
	stroke-dasharray: 500%;
	stroke-dashoffset: -120%;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition-delay: 0.4s;
}

#home #main #roll #r2 .rowMain .con {
	padding-left: 12vw;
}

#home #main #roll #r2 .rowMain .con .top {
	width: 100%;
	height: 0.288rem;
	/* height: 1.8rem; */
}

#home #main #roll #r2 .rowMain .con .top .dateBox {
	width: 100%;
	height: 100%;
	padding-bottom: 0.032rem;
	/* padding-bottom: 0.2rem; */
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(1)>span {
	font-size: 0.112rem;
	/* font-size: 0.7rem; */
}

#home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(1)>span sup {
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
}

#home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(1)>small {
	/* margin-left: 0.2rem;
	font-size: 0.2rem; */
	margin-left: 0.032rem;
	font-size: 0.032rem;
}

#home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(2) {
	color: #666;
}

#home #main #roll #r2 .rowMain .con .mid {
	width: 100%;
	height: calc(100% - 1.8rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid transparent;
	transition: border-color 2s ease-out;
	-webkit-transition: border-color 2s ease-out;
	-moz-transition: border-color 2s ease-out;
	-o-transition: border-color 2s ease-out;
	-ms-transition: border-color 2s ease-out;
}

#home #main #roll #r2 .rowMain .con .mid .col-1 {
	width: 49.5%;
	height: 100%;
	margin-left: -2px;
}

#home #main #roll #r2 .rowMain .con .mid .col-1 .photo {
	width: 100%;
	height: 100%;
	position: relative;
}

#home #main #roll #r2 .rowMain .con .mid .col-1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll #r2 .rowMain .con .mid .col-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 50%;
	height: 100%;
	padding: 0 4.5%;
}

#home #main #roll #r2 .rowMain .con .mid .col-2 h2 {
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

#home #main #roll #r2 .rowMain .con .mid .col-2 p {
	margin-bottom: 0.6rem;
	line-height: 32px;
	display: block;
	text-align: justify;
}

#home #main #roll #r2 .rowMain .con .ad {
	text-transform: uppercase;
	position: absolute;
	left: -0.5rem;
	top: 1.8rem;
	width: 40px;
	line-height: 1.2;
	transform-origin: 0 50%;
}

#home #main #roll #r2.in {
	z-index: 15;
	opacity: 1;
	animation-name: fadeIn;
	transform-origin: 50% 50%;
}

#home #main #roll #r2.in {
	z-index: 15;
	opacity: 1;
	border-radius: 20px;
	animation-name: banner_in;
	transform-origin: 50% 50%;
}

#home #main #roll #r2.out {
	z-index: 10;
	opacity: 1;
	border-radius: 20px;
	animation-name: banner_out;
	transform-origin: 50% 50%;
}

#home #main #roll #r2.on .bg svg path {
	stroke-dashoffset: 0%;
	stroke: rgba(0, 0, 0, 0.12);
}

#home #main #roll #r2.on .rowMain .con .mid {
	border-color: rgba(0, 0, 0, 0.12);
}




#home #main #roll #r3 {
	background-color: #000;
	overflow: hidden;
}

#home #main #roll #r3 .bg .pic {
	opacity: 0;
	z-index: 2;
	transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1),
		transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

#home #main #roll #r3 .bg .pic.on {
	opacity: 0.5;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	z-index: 10;
}

/* #home #main #roll #r3 .rowMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  height: calc(100% - 1.3rem);
  top: 1.3rem;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  pointer-events: none;
}
#home #main #roll #r3 .rowMain .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: auto;
  height: calc(100% + 1.3rem);
  bottom: 0;
}
#home #main #roll #r3 .rowMain .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
#home #main #roll #r3 .rowMain .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #main #roll #r3 .rowMain .con > div {
  position: relative;
  margin-top: -0.65rem;
}
#home #main #roll #r3 .rowMain .con > div h2 {
  line-height: 1;
  margin-bottom: 0.4rem;
  opacity: 0;
}
#home #main #roll #r3 .rowMain .con > div p {
  line-height: 1;
  opacity: 0;
}
#home #main #roll #r3 .rowMain .con > div .ad {
  position: absolute;
  top: 0;
  opacity: 0;
  right: calc(100% + 30px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  color: #fff;
}
#home #main #roll #r3 .rowMain .con .cirBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 24vw;
  height: 24vw;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}
#home #main #roll #r3 .rowMain .con .cirBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll #r3 .rowMain .con .cirBox svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#home #main #roll #r3 .rowMain .con .cirBox svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 400%;
  transition: stroke-dashoffset 0.6s ease-out;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  -ms-transition: stroke-dashoffset 0.6s ease-out;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirBg circle {
  stroke: rgba(255, 0, 0, 0.2);
  stroke-dashoffset: 85%;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon {
  display: none;
}
#home #main #roll #r3 .rowMain .con .cirBox svg#cirCon circle {
  stroke-dashoffset: 198%;
} */

.f-16{
	width: 4.53rem;
	font-size: .16rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .26rem;
}

.f-24 {
	font-size: .16rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .26rem;
}

.mtop{
	margin-top: 0.5rem;

	/* margin-top: 3.125rem; */
}

.el-btn-detail{
	margin-top: 3rem;
	/* margin-top: 18.75rem; */
	font-size: .14rem;
	color: #FFFFFF;
	line-height: .20rem;
}

.word_b {
	font-size: .32rem;
	font-weight: bold;
	color: #FFFFFF;
}

.border-line {
	width: 0.46rem;
	/* width: 2.875rem; */
	height: 0.04rem;
	background: #FFFFFF;
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
	opacity: 1;
	margin: 0.2rem 0;
	/* margin: 1.25rem 0; */
}

#home #main #roll #r3 .other {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: calc(100% + 1rem);
	/* height: calc(100% + 6.25rem); */
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 0 15vw; */
	z-index: 13;
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
}

#home #main #roll #r3 .other #clock {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 30;
	width: 30.4vw;
	height: 30.4vw;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
}

#home #main #roll #r3 .other #clock>img {
	height: 100%;
	position: absolute;
	z-index: 3;
}

#home #main #roll #r3 .other #clock .time-box {
	pointer-events: none;
	z-index: 5;
	position: absolute;
    width: calc(100% + .45rem);
    height: calc(100% + .55rem);
	top: -0.22rem;
	left: -0.22rem;
}

#home #main #roll #r3 .other #clock .time-box>ul {
	width: 0;
	position: absolute;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-num {
	transform: scale(1.2);
	bottom: 55%;
	left: 50%;
	height: 50%;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-num>li>i {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-num>li.on>i {
	opacity: 1;
}

#home #main #roll #r3 .other #clock .time-box>ul>li {
	height: calc(100% + 0.065rem);
	position: absolute;
	top: 0.075rem;
	left: 0;
	-webkit-transform-origin: 50% 95%;
	transform-origin: 50% 94.6%;
}

#home #main #roll #r3 .other #clock .time-box>ul>li i {
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*
 * 圆圈环绕定位 
 */
@media screen and (min-width: 1025px) {
	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(1) {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(1) i {
		transform: translateX(-50%) rotate(0deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(2) {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(2) i {
		transform: translateX(-50%) rotate(-60deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(3) {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(3) i {
		transform: translateX(-50%) rotate(-120deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(4) {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(4) i {
		transform: translateX(-50%) rotate(-180deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(5) {
		-webkit-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(5) i {
		transform: translateX(-50%) rotate(-240deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(6) {
		-webkit-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(6) i {
		transform: translateX(-50%) rotate(-300deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(7) {
		-webkit-transform: rotate(308.52deg);
		transform: rotate(308.52deg);
	}

	#home #main #roll #r3 .other #clock .time-box>ul>li:nth-of-type(7) i {
		transform: translateX(-50%) rotate(-308.52deg);
	}
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir {
	transform-origin: 50% 50%;
	bottom: 50%;
	left: 50%;
	height: 50%;
}

/*
 * 圆圈
 */
#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i {
	width: .30rem;
	height: .30rem;
	border-radius: 50%;
	line-height: .30rem;
	text-align: center;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	border: 0.02rem solid;
	opacity: 0.8;
	cursor: pointer;
	pointer-events: auto;
	border-color: transparent;
}

@media screen and (max-width: 600px) {
	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i {
		width: 0.06rem;
		height: 0.06rem;
		border-radius: 50%;
		line-height: 0.06rem;
		text-align: center;
	}
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>span {
	width: .16rem;
	height: .16rem;
	line-height: .16rem;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
}

@media screen and (max-width: 600px) {
	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>span {
		width: 0.08rem;
		height: 0.08rem;
		border-radius: 50%;
		line-height: 0.08rem;
		text-align: center;
	}
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a {
	position: absolute;
	opacity: 0;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a small {
	font-size: 0.08rem;
	/* font-size: 0.5rem; */
	line-height: 1;
	display: inline-block;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a em {
	white-space: nowrap;
	display: block;
	line-height: 1;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on {
	pointer-events: none;
}

#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i {
	opacity: 1;
	pointer-events: none;
	border-color: #fff;
}

@media screen and (min-width: 1025px) {
	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(1)>i>a {
		left: calc(-100% - -0.10rem);
		top: calc(-100% - 0px);
		transform: translateX(-0.10rem);
		-webkit-transform: translateX(-0.10rem);
		-moz-transform: translateX(-0.10rem);
		-o-transform: translateX(-0.10rem);
		-ms-transform: translateX(-0.10rem);
/* 		transition-delay: 4s; */
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(2)>i>a {
		left: calc(100% + 0.10rem);
		top: -50%;
		transform: translateX(0.10rem);
		-webkit-transform: translateX(0.10rem);
		-moz-transform: translateX(0.10rem);
		-o-transform: translateX(0.10rem);
		-ms-transform: translateX(0.10rem);
		/* transition-delay: 4.1s; */
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(3)>i>a {
		left: calc(100% + 0.10rem);
		top: -50%;
		transform: translateX(-0.10rem);
		-webkit-transform: translateX(-0.10rem);
		-moz-transform: translateX(-0.10rem);
		-o-transform: translateX(-0.10rem);
		-ms-transform: translateX(-0.10rem);
		/* transition-delay: 4.2s; */
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(4)>i>a {
		/*left: calc(100% + 10px);
		top: 50%;*/
		left: calc(-65% + 10px);
		top: 130%;
		transform: translateX(-0.10rem);
		-webkit-transform: translateX(-0.10rem);
		-moz-transform: translateX(-0.10rem);
		-o-transform: translateX(-0.10rem);
		-ms-transform: translateX(-0.10rem);
		/* transition-delay: 4.3s; */
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(5)>i>a {
		right: calc(100% + 0.10rem);
		top: 50%;
		transform: translateX(-0.10rem);
		-webkit-transform: translateX(-0.10rem);
		-moz-transform: translateX(-0.10rem);
		-o-transform: translateX(-0.10rem);
		-ms-transform: translateX(-0.10rem);
		/* transition-delay: 4.3s; */
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(6)>i>a {
		right: calc(100% + 0.10rem);
		top: -50%;
		transform: translateX(-0.10rem);
		-webkit-transform: translateX(-0.10rem);
		-moz-transform: translateX(-0.10rem);
		-o-transform: translateX(-0.10rem);
		-ms-transform: translateX(-0.10rem);
		transition-delay: 4.3s;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li:nth-child(7)>i>a {
		right: calc(100% + 0.10rem);
		top: -50%;
		transform: translateX(-0.10rem);
		-webkit-transform: translateX(-0.10rem);
		-moz-transform: translateX(-0.10rem);
		-o-transform: translateX(-0.10rem);
		-ms-transform: translateX(-0.10rem);
		/* transition-delay: 4.3s; */
	}
}

#home #main #roll #r3 .other #clock .time-move {
	z-index: 4;
	position: absolute;
	width: calc(100% + 0.10rem);
	height: calc(100% + 0.10rem);
	left: -0.05rem;
	top: -0.05rem;
}

@media screen and (min-width: 600px) {
	#home #main #roll #r3 .other #clock .time-move canvas {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		top: -0.01rem;
	}
}

@media screen and (max-width: 600px) {
	#home #main #roll #r3 .other #clock .time-move canvas {
		width: 100%;
	}
}

#home #main #roll #r3 .other #clock .msg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 78%;
	height: 72%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	min-height: 1.68rem;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li i {
	color: #fff;
	font-size: 0.128rem;
	line-height: 0.128rem;
	/* font-size: 0.8rem;
	line-height: 0.8rem; */
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li h3 {
	color: #fff;
	line-height: 1;
	margin: 0.096rem 0 0.048rem 0;
	/* margin: 0.6rem 0 0.3rem 0; */
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	line-height: .36rem;
	height: 1.08rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5 {
	display: inline-block;
	margin-top: 0.112rem;
	/* margin-top: 0.7rem; */
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5>span {
	width: 1.30rem;
	height: .50rem;
	line-height: .50rem;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	font-size: .14rem;
	text-transform: uppercase;
	text-decoration: none;
	background: -webkit-linear-gradient(left,
			rgba(255, 255, 255, 0) 25%,
			#ffffff 75%);
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 25%,
			#ffffff 75%);
	background-position: 1% 50%;
	background-size: 400% 300%;
	border: 1px solid #fff;
	-webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5>span:hover {
	color: #000;
	background-position: 99% 50%;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.on,
#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.next {
	display: flex;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.on .layout-btn-5,
#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li.next .layout-btn-5 {
	pointer-events: auto;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn {
	display: flex;
	border-radius: 0.06rem;
	margin-top: .20rem;
	text-align: center;
	align-items: center;
	justify-content: center;
	/* width: 1.8rem;
	height: 0.58rem; */
	width: 0.288rem;
	height: 0.0928rem;
	background-color: #fff;
	color: #808080;
	max-width: 1.60rem;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn>i {
	color: #ac0d14;
	font-size: .26rem;
	margin-left: .10rem;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn:hover {
	background-color: #ac0d14;
	color: #fff;
	box-shadow: 0 0.05rem .12rem -0.03rem rgba(0, 0, 0, 0.12);
}

#home #main #roll #r3 .other #clock .msg-box .msg_1>li .layer-btn:hover>i {
	color: #fff;
}

#home #main #roll #r3 .other .dotBox {
	display: none;
	position: absolute;
	bottom: 0;
	left: .50rem;
	width: .50rem;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#home #main #roll #r3 .other .dotBox>li {
	position: relative;
	margin: 0.032rem 0;
	/* margin: 0.2rem 0; */
	cursor: pointer;
}

#home #main #roll #r3 .other .dotBox>li svg {
	display: block;
	width: .38rem;
	height: .38rem;
	position: relative;
	z-index: 5;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

#home #main #roll #r3 .other .dotBox>li svg circle {
	stroke-width: 0.02rem;
	stroke: #fff;
	stroke-dasharray: 300%;
	stroke-dashoffset: 300%;
	transition: stroke-dashoffset 0.01s ease-out;
	-webkit-transition: stroke-dashoffset 0.01s ease-out;
	-moz-transition: stroke-dashoffset 0.01s ease-out;
	-o-transition: stroke-dashoffset 0.01s ease-out;
	-ms-transition: stroke-dashoffset 0.01s ease-out;
}

#home #main #roll #r3 .other .dotBox>li span {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: .38rem;
	height: .38rem;
	border: 0.02rem solid transparent;
	border-radius: 50%;
	transition: border-color 0.6s ease-out;
	-webkit-transition: border-color 0.6s ease-out;
	-moz-transition: border-color 0.6s ease-out;
	-o-transition: border-color 0.6s ease-out;
	-ms-transition: border-color 0.6s ease-out;
}

#home #main #roll #r3 .other .dotBox>li span:after {
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#home #main #roll #r3 .other .dotBox>li.on svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 5s ease-out;
	-webkit-transition: stroke-dashoffset 5s ease-out;
	-moz-transition: stroke-dashoffset 5s ease-out;
	-o-transition: stroke-dashoffset 5s ease-out;
	-ms-transition: stroke-dashoffset 5s ease-out;
}

#home #main #roll #r3 .other .dotBox>li.on span {
	border-color: rgba(255, 255, 255, 0.3);
}

#home #main #roll #r3 .other.on {
	opacity: 1;
	pointer-events: auto;
}

#home #main #roll #r3.over {
	z-index: 16;
	opacity: 1;
	border-radius: .20rem;
	animation-name: banner_in_1;
	transform-origin: 50% 50%;
}

#home #main #roll #r3.in {
	z-index: 15;
	opacity: 1;
	border-radius: .20rem;
	animation-name: banner_in;
	transform-origin: 50% 50%;
}

#home #main #roll #r3.out {
	z-index: 10;
	opacity: 1;
	border-radius: .20rem;
	animation-name: banner_in_1;
	transform-origin: 50% 50%;
}

#home #main #roll #r3.on .rowMain {
	opacity: 0;
	transition-delay: 2s;
}

#home #main #roll #r3.on .rowMain .con .cirBox {
	width: 38vw;
	height: 38vw;
	transition-delay: 0.5s;
}

#home #main #roll #r3.on .rowMain .con .cirBox img {
	animation: loopCir 10s linear infinite;
	animation-fill-mode: both;
	backface-visibility: hidden;
}

#home #main #roll #r3.on .rowMain .con>div h2 {
	animation: ani1 2s ease-in-out;
	animation-fill-mode: both;
}

#home #main #roll #r3.on .rowMain .con>div p {
	animation: ani1 2s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.1s;
}

#home #main #roll #r3.on .rowMain .con>div .ad {
	animation: ani1 2s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.2s;
}

#home #main #roll #r3.on .other #clock .time-box .time-cir>li i>a {
	transform: none !important;
	opacity: 1;
}

#home #main #roll #r4 {
	background-color: #fff;
	overflow: hidden;
}

#home #main #roll #r4>.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
}

#home #main #roll #r4>.mask svg.all {
	position: absolute;
	width: 130vw;
	height: 55.78vw;
	left: -15vw;
	bottom: -.22rem;
}

#home #main #roll #r4>.mask svg.all path {
	fill: none;
	stroke-width: 0.01rem;
	stroke: rgba(0, 0, 0, 0.2);
	stroke-dasharray: 500%;
	stroke-dashoffset: -120%;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition-delay: 0.4s;
}

#home #main #roll #r4>.mask .line {
	position: absolute;
	height: 0.01rem;
	width: 11.8vw;
	top: 0.208rem;
	/* top: 1.3rem; */
	left: 0;
}

#home #main #roll #r4>.mask .line path {
	fill: none;
	stroke-width: 0.01rem;
	stroke: rgba(0, 0, 0, 0.2);
	stroke-dasharray: 500%;
	stroke-dashoffset: -120%;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition-delay: 0.4s;
}

#home #main #roll #r4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0.208rem;
	/* padding-top: 1.3rem; */
}

#home #main #roll #r4 .bg .group {
	position: relative;
}

#home #main #roll #r4 .bg .group>img {
	max-width: 13rem;
	width: 2.08rem;
	/* width: 13rem; */
}

#home #main #roll #r4 .bg .group>ul {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll #r4 .bg .group>ul>li {
	position: absolute;
	transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	cursor: pointer;
}

#home #main #roll #r4 .bg .group>ul>li .img {
	position: relative;
}

#home #main #roll #r4 .bg .group>ul>li .icon {
	position: absolute;
}

#home #main #roll #r4 .bg .group>ul>li .msg {
	position: absolute;
}

#home #main #roll #r4 .bg .group>ul>li .msg h4 {
	white-space: nowrap;
	line-height: 1;
}

#home #main #roll #r4 .bg .group>ul>li .msg p {
	white-space: nowrap;
}

@media screen and (min-width: 1025px) {
	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(4) {
		top: 27%;
		left: 7%;
		opacity: 0;
		transform: translate3D(-10px, 0, 0);
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(4) .img {
		width: 2.84rem;
		/* width: 2.84rem; */
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(4) .icon {
		right: 12.1%;
		top: 28%;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(4) .msg {
		text-align: right;
		right: 60%;
		bottom: calc(100% + 0.15rem);
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(2) {
		top: 37%;
		left: 30%;
		opacity: 0;
		transform: translate3D(10px, 0, 0);
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(2) .img {
		width: 3.08rem;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(2) .icon {
		right: 7.2%;
		top: 18%;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(2) .msg {
		right: 80%;
		top: calc(100% + 0.2rem);
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(3) {
		top: 64%;
		left: 57%;
		opacity: 0;
		transform: translate3D(0px, -10px, 0);
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(3) .img {
		width: 2.45rem;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(3) .icon {
		right: 67.5%;
		top: 24%;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(3) .msg {
		left: calc(100% + 0.25rem);
		top: calc(100% - 0.15rem);
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(1) {
		top: 7%;
		left: 48%;
		opacity: 0;
		transform: translate3D(0px, 10px, 0);
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(1) .img {
		width: 2.61rem;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(1) .icon {
		right: 67.6%;
		top: 32%;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(1) .msg {
		left: calc(100% + 0.25rem);
		bottom: calc(100% - 0.6rem);
	}
}

@media screen and (min-width: 1025px) {
	#home #main #roll #r4 .bg.on .group>ul>li:nth-of-type(1) {
		opacity: 0;
		transform: translate3D(-10px, 0, 0);
		-webkit-transform: translate3D(-10px, 0, 0);
		-moz-transform: translate3D(-10px, 0, 0);
		-o-transform: translate3D(-10px, 0, 0);
		-ms-transform: translate3D(-10px, 0, 0);
	}

	#home #main #roll #r4 .bg.on .group>ul>li:nth-of-type(2) {
		opacity: 0;
		transform: translate3D(10px, 0, 0);
		-webkit-transform: translate3D(10px, 0, 0);
		-moz-transform: translate3D(10px, 0, 0);
		-o-transform: translate3D(10px, 0, 0);
		-ms-transform: translate3D(10px, 0, 0);
	}

	#home #main #roll #r4 .bg.on .group>ul>li:nth-of-type(3) {
		opacity: 0;
		transform: translate3D(0px, 10px, 0);
		-webkit-transform: translate3D(0px, 10px, 0);
		-moz-transform: translate3D(0px, 10px, 0);
		-o-transform: translate3D(0px, 10px, 0);
		-ms-transform: translate3D(0px, 10px, 0);
	}

	#home #main #roll #r4 .bg.on .group>ul>li:nth-of-type(4) {
		opacity: 0;
		transform: translate3D(0px, -10px, 0);
		-webkit-transform: translate3D(0px, -10px, 0);
		-moz-transform: translate3D(0px, -10px, 0);
		-o-transform: translate3D(0px, -10px, 0);
		-ms-transform: translate3D(0px, -10px, 0);
	}
}

#home #main #roll #r4 .bg.on+.rowMain {
	pointer-events: auto;
}

#home #main #roll #r4 .bg.on+.rowMain .con .top .col-1 {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition-delay: 1s;
}

#home #main #roll #r4 .bg.on+.rowMain .con .top .col-2>ul>li {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

#home #main #roll #r4 .bg.on+.rowMain .con .top .col-2>ul>li:nth-of-type(1) {
	transition-delay: 1.1s;
}

#home #main #roll #r4 .bg.on+.rowMain .con .top .col-2>ul>li:nth-of-type(2) {
	transition-delay: 1.2s;
}

#home #main #roll #r4 .bg.on+.rowMain .con .top .col-2>ul>li:nth-of-type(3) {
	transition-delay: 1.3s;
}

#home #main #roll #r4 .bg.on+.rowMain .con .top .col-2>ul>li:nth-of-type(4) {
	transition-delay: 1.4s;
}

#home #main #roll #r4 .bg.on+.rowMain .con .btm {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition-delay: 1.5s;
}

#home #main #roll #r4 .bg.on+.rowMain .con .mask {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transition-delay: 0.2s;
}

#home #main #roll #r4 .bg.mask_0+.rowMain .con .mask {
	left: 5%;
	top: -14%;
}

#home #main #roll #r4 .bg.mask_2+.rowMain .con .mask {
	left: 7%;
	top: 14%;
}

#home #main #roll #r4 .bg.mask_3+.rowMain .con .mask {
	left: -18%;
	top: -4%;
}

#home #main #roll #r4 .rowMain {
	pointer-events: none;
}

#home #main #roll #r4 .rowMain .con {
	padding-left: 12vw;
}

#home #main #roll #r4 .rowMain .con .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
	position: relative;
	z-index: 10;
}

#home #main #roll #r4 .rowMain .con .top .col-1 {
	height: 1.8rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 10;
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
	-moz-transform: translate3d(-10px, 0, 0);
	-o-transform: translate3d(-10px, 0, 0);
	-ms-transform: translate3d(-10px, 0, 0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
}

#home #main #roll #r4 .rowMain .con .top .col-1 .return {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	text-indent: 3px;
	background-color: #f8f8f9;
	color: #000;
	display: inline-block;
	font-size: 18px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r4 .rowMain .con .top .col-1 .return:hover {
	color: #fff;
	background-color: #175789;
}

#home #main #roll #r4 .rowMain .con .top .col-2 {
	position: absolute;
	width: 100%;
	height: 1.8rem;
	left: 0;
	top: 0;
}

#home #main #roll #r4 .rowMain .con .top .col-2>ul {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 16%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#home #main #roll #r4 .rowMain .con .top .col-2>ul>li {
	opacity: 0;
	transform: translate3d(0px, -10px, 0);
	-webkit-transform: translate3d(0px, -10px, 0);
	-moz-transform: translate3d(0px, -10px, 0);
	-o-transform: translate3d(0px, -10px, 0);
	-ms-transform: translate3d(0px, -10px, 0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
}

#home #main #roll #r4 .rowMain .con .top .col-2>ul>li>a {
	padding: 14px 50px;
	border-radius: 100px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r4 .rowMain .con .top .col-2>ul>li.on>a {
	background-color: #175789;
	color: #fff;
}

#home #main #roll #r4 .rowMain .con .top .col-2>ul>li:hover>a {
	background-color: #175789;
	color: #fff;
}

#home #main #roll #r4 .rowMain .con .btm {
	width: 100%;
	position: relative;
	z-index: 11;
	opacity: 0;
	transform: translate3d(0px, 10px, 0);
	-webkit-transform: translate3d(0px, 10px, 0);
	-moz-transform: translate3d(0px, 10px, 0);
	-o-transform: translate3d(0px, 10px, 0);
	-ms-transform: translate3d(0px, 10px, 0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
}

#home #main #roll #r4 .rowMain .con .btm .box {
	position: absolute;
	bottom: 0;
	width: 72%;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: 1.8rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper {
	height: 100%;
	overflow: hidden;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: initial;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div {
	text-align: center;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.1rem;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div>img {
	max-height: 80px;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>span {
	width: 100%;
}

#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a:hover {
	background-color: #edf1f5;
}

#home #main #roll #r4 .rowMain .con .btm .box.on {
	opacity: 1;
	visibility: visible;
}

#home #main #roll #r4 .rowMain .con .btm .pager {
	position: absolute;
	pointer-events: none;
	left: -100px;
	top: 0;
	width: calc(100% + 200px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#home #main #roll #r4 .rowMain .con .btm .pager .next_ {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	text-indent: 3px;
	background-color: #f8f8f9;
	color: #000;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: inline-block;
	pointer-events: auto;
}

@media screen and (min-width: 1025px) {
	#home #main #roll #r4 .rowMain .con .btm .pager .next_:hover {
		color: #fff;
		background-color: #175789;
	}
}

#home #main #roll #r4 .rowMain .con .btm .pager .prev_ {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	text-indent: -4px;
	background-color: #f8f8f9;
	color: #000;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: inline-block;
	pointer-events: auto;
	transform: scale(-1);
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
}

@media screen and (min-width: 1025px) {
	#home #main #roll #r4 .rowMain .con .btm .pager .prev_:hover {
		color: #fff;
		background-color: #175789;
	}
}

#home #main #roll #r4 .rowMain .con .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
}

#home #main #roll #r4 .rowMain .con .mask>img {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100vw;
}

#home #main #roll #r4 .rowMain .con .mask:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 20vw;
	background-color: rgba(255, 255, 255, 0.7);
}

#home #main #roll #r4 .rowMain .con .mask:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 20vw;
	background-color: rgba(255, 255, 255, 0.7);
}

#home #main #roll #r4 .rowMain .con .ad {
	text-transform: uppercase;
	position: absolute;
	left: -0.5rem;
	top: 1.8rem;
	width: 40px;
	line-height: 1.2;
	transform-origin: 0 50%;
	z-index: 15;
	pointer-events: none;
}

#home #main #roll #r4.in {
	z-index: 15;
	opacity: 1;
	border-radius: 20px;
	animation-name: fadeIn;
	transform-origin: 50% 50%;
}

#home #main #roll #r4.out {
	z-index: 10;
	opacity: 1;
	border-radius: 20px;
	animation-name: banner_out;
	transform-origin: 50% 50%;
}

#home #main #roll #r4.on .mask svg path {
	stroke-dashoffset: 0%;
	stroke: rgba(0, 0, 0, 0.12);
}

#home #main #roll #r4.on .bg .group>ul>li {
	opacity: 1;
	transform: none;
}

#home #main #roll #r5 {
	background-color: #01040b;
}

#home #main #roll #r5>.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
}

#home #main #roll #r5>.mask svg.all {
	position: absolute;
	width: 130vw;
	height: 55.78vw;
	left: -15vw;
	bottom: -22px;
}

#home #main #roll #r5>.mask svg.all path {
	fill: none;
	stroke-width: 1px;
	stroke: rgba(255, 255, 255, 0.2);
	stroke-dasharray: 500%;
	stroke-dashoffset: -120%;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition-delay: 0.4s;
}

#home #main #roll #r5>.mask .line {
	position: absolute;
	height: 1px;
	width: 11.8vw;
	top: 1.3rem;
	left: 0;
}

#home #main #roll #r5>.mask .line path {
	fill: none;
	stroke-width: 1px;
	stroke: rgba(255, 255, 255, 0.2);
	stroke-dasharray: 500%;
	stroke-dashoffset: -120%;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition-delay: 0.4s;
}

#home #main #roll #r5 .bg {
	opacity: 0.15;
}

#home #main #roll #r5 .bg .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(7px);
	background-size: 100%;
	background-position: center top;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
}

#home #main #roll #r5 .bg .pic.on {
	opacity: 1;
}

#home #main #roll #r5 .rowMain .con {
	padding-left: 12vw;
}

#home #main #roll #r5 .rowMain .con .top {
	width: 100%;
	height: 2.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home #main #roll #r5 .rowMain .con .top>ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#home #main #roll #r5 .rowMain .con .top>ul>li {
	width: 25%;
	text-align: center;
	cursor: pointer;
}

#home #main #roll #r5 .rowMain .con .top>ul>li span {
	display: none;
}

#home #main #roll #r5 .rowMain .con .top>ul>li i {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
}

#home #main #roll #r5 .rowMain .con .top>ul>li em {
	display: block;
	margin-top: 0.15rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
}

#home #main #roll #r5 .rowMain .con .top>ul>li.on i {
	color: #20669c;
}

#home #main #roll #r5 .rowMain .con .top>ul>li.on em {
	color: #20669c;
}

#home #main #roll #r5 .rowMain .con .mid {
	width: 100%;
	height: calc(100% - 2.1rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#home #main #roll #r5 .rowMain .con .mid .col-1 {
	width: 50%;
	height: 100%;
	overflow: hidden;
	margin-left: -2px;
}

#home #main #roll #r5 .rowMain .con .mid .col-1 .photo {
	width: 100%;
	height: 100%;
	position: relative;
}

#home #main #roll #r5 .rowMain .con .mid .col-1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#home #main #roll #r5 .rowMain .con .mid .col-1 .photo .pic.on {
	opacity: 1;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 50%;
	height: 100%;
	position: relative;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 12% 1.05rem 10%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList.on,
#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList.next {
	opacity: 1;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList h2 font {
	display: block;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p {
	margin-top: 0.3rem;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p font {
	line-height: 0.32rem;
	height: 1.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other {
	display: flex;
	width: 100%;
	padding: 0 12% 0 10%;
	position: absolute;
	bottom: 0.6rem;
	height: 0.45rem;
	justify-content: space-between;
	align-items: center;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c1 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c1 em:nth-of-type(1) {
	color: #ffffff;
	font-size: 0.45rem;
	line-height: 1;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c1 em:nth-of-type(2) {
	color: rgba(255, 255, 255, 0.5);
	margin-left: 0.24rem;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	line-height: 0.45rem;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin-left: 20px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set.prev_ {
	transform: scale(-1);
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
}

#home #main #roll #r5 .rowMain .con .mid .col-2 .other .c2 .set:hover {
	background-color: #175789;
	border-color: #175789;
}

#home #main #roll #r5 .rowMain .con .ad {
	text-transform: uppercase;
	position: absolute;
	left: -0.5rem;
	top: 1.8rem;
	width: 40px;
	line-height: 1.2;
	transform-origin: 0 50%;
}

#home #main #roll #r5.in {
	z-index: 15;
	opacity: 1;
	border-radius: 20px;
	animation-name: bannerIn;
	transform-origin: 50% 50%;
}

#home #main #roll #r5.out {
	z-index: 10;
	opacity: 1;
	border-radius: 20px;
	animation-name: banner_out;
	transform-origin: 50% 50%;
}

#home #main #roll #r5.on .mask svg path {
	stroke-dashoffset: 0%;
}

#home #main #roll #r6 {
	overflow: hidden;
}

#home #main #roll #r6 .rowMain .con {
	padding-left: 12vw;
	justify-content: center;
}

#home #main #roll #r6 .rowMain .con .title {
	width: 100%;
	margin-top: 0.1rem;
}

#home #main #roll #r6 .rowMain .con .title .tab {
	display: inline-block;
	width: 1rem;
	height: 0.56rem;
	line-height: 0.56rem;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-radius: 28px;
	margin-right: 20px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main #roll #r6 .rowMain .con .title .tab:hover,
#home #main #roll #r6 .rowMain .con .title .tab.on {
	background-color: #175789;
	border-color: #175789;
	color: #fff;
}

#home #main #roll #r6 .rowMain .con .mid {
	position: relative;
	height: calc(100% - 1.5rem);
	max-height: 5.8rem;
	width: 100%;
	margin-top: 4vw;
}

#home #main #roll #r6 .rowMain .con .mid .loop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box {
	height: 100%;
	overflow: visible;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li {
	width: 4.4rem;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic {
	display: inline-block;
	z-index: 4;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	height: 100%;
	background-color: #f8f8f9;
	width: 100%;
	position: relative;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node {
	position: absolute;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	width: 100%;
	left: 0;
	z-index: 10;
	bottom: 0;
	top: 0;
	margin: auto;
	padding: 12% 10% 0 10%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0.2);
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .top h3 {
	margin-top: 0.3rem;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .btm {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.38rem 0;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .btm .c1 {
	font-size: 0.9rem;
	line-height: 0.8;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .btm .c2 {
	line-height: 1.4;
	text-align: right;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node.bc {
	background-color: rgba(0, 0, 0, 0);
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node.bc .wc {
	color: #333;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node.bc .btm {
	border-top: 1px solid rgba(153, 153, 153, 0.3);
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node.bc .btm .c1 {
	color: #ac0d14;
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic:hover {
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	box-shadow: 0px 34px 51px 0px rgba(23, 31, 50, 0.15);
}

#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li.swiper-slide-prev {
	pointer-events: none;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	opacity: 0;
}

#home #main #roll #r6 .rowMain .con .mid .loop .pager {
	position: absolute;
	right: 1.3rem;
	z-index: 2;
	bottom: -0.4rem;
}

#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next {
	position: absolute;
	z-index: 10;
	top: 110%;
	left: 56px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	text-indent: 3px;
	background-color: #f8f8f9;
	color: #000;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: inline-block;
}

@media screen and (min-width: 1025px) {
	#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next:hover {
		color: #fff;
		background-color: #175789;
	}
}

#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next.swiper-button-disabled,
#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev {
	z-index: 10;
	position: absolute;
	top: 110%;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	text-indent: -4px;
	background-color: #f8f8f9;
	color: #000;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: inline-block;
	transform: scale(-1);
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
}

@media screen and (min-width: 1025px) {
	#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev:hover {
		color: #fff;
		background-color: #175789;
	}
}

#home #main #roll #r6 .rowMain .con .ad {
	text-transform: uppercase;
	position: absolute;
	left: -0.5rem;
	top: 1.8rem;
	width: 40px;
	line-height: 1.2;
	transform-origin: 0 50%;
}

#home #main #roll #r6.in {
	z-index: 15;
	opacity: 1;
	border-radius: 20px;
	animation-name: bannerIn;
	transform-origin: 50% 50%;
}

#home #main #roll #r6.out {
	z-index: 10;
	opacity: 1;
	border-radius: 20px;
	animation-name: banner_out;
	transform-origin: 50% 50%;
}

#home #main>.other {
	position: absolute;
	bottom: 0;
	right: 0;
	height: calc(100%);
	width: 1.3rem;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
	mix-blend-mode: screen;
}

#home #main>.other>i {
	font-size: 0.6rem;
	width: 100%;
	display: inline-block;
	text-align: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#home #main>.other .img {
	position: absolute;
	bottom: 1.2rem;
	display: none;
}

#home #main>.other .img2 {
	position: absolute;
	display: none;
	bottom: 1.2rem;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home #main>.other.bc {
	mix-blend-mode: unset;
}

#home #main>.other.bc>i {
	color: #333;
}

#home #main>.other.bc .img {
	opacity: 0;
}

#home #main>.other.bc .img2 {
	opacity: 1;
}

#home .roll-items {
	position: fixed;
	left: 0.7rem;
	height: 100%;
	width: 60px;
	top: 0;
	z-index: 101;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home .roll-items>ol {
	width: 23px;
}

#home .roll-items>ol>li {
	width: 22px;
	height: 22px;
	margin: 0.3rem 0;
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	cursor: pointer;
}

#home .roll-items>ol>li svg {
	width: 24px;
	height: 24px;
	transform: translate(-2px, -4px) rotate(-90deg);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home .roll-items>ol>li svg circle {
	stroke-dashoffset: 189px;
	stroke-dasharray: 63px;
	stroke: #175789;
	stroke-width: 2px;
}

#home .roll-items>ol>li:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	line-height: 6px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
}

#home .roll-items>ol>li:before {
	content: attr(data-node);
	position: absolute;
	white-space: nowrap;
	font-size: 0.16rem;
	left: calc(100% + 15px);
	height: 20px;
	line-height: 20px;
	top: 0;
	color: #666666;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#home .roll-items>ol>li.on {
	border-color: rgba(0, 0, 0, 0.1);
}

#home .roll-items>ol>li.on:after {
	opacity: 0;
}

#home .roll-items>ol>li.on:before {
	opacity: 1;
}

#home .roll-items>ol>li.on svg circle {
	stroke-dashoffset: 126px;
	transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
}

#home .roll-items.on {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
}

#home .roll-items.wc .dot_num>em {
	color: rgba(255, 255, 255, 0.2);
}

#home .roll-items.wc .dot_num>em.num_ {
	color: #fff;
}

#home .roll-items.wc>ol>li svg circle {
	stroke: #fff;
}

#home .roll-items.wc>ol>li.on {
	border-color: rgba(255, 255, 255, 0.2);
}

#home .roll-items.wc>ol>li:after {
	background-color: rgba(255, 255, 255, 0.4);
}

#home .roll-items.wc>ol>li:before {
	color: #fff;
}

#jue #top {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
}

#jue #top #fn1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#jue #top #fn1 .photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: #000;
}

#jue #top #fn1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#jue #top #fn1 .photo .pic.on {
	opacity: 0.7;
}

#jue #top #fn1 .other {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

#jue #top #fn1 .other svg path {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1px;
	stroke-dasharray: 500%;
	stroke-dashoffset: 500%;
	fill: none;
	transition: stroke-dashoffset 3s ease-out;
	-webkit-transition: stroke-dashoffset 3s ease-out;
	-moz-transition: stroke-dashoffset 3s ease-out;
	-o-transition: stroke-dashoffset 3s ease-out;
	-ms-transition: stroke-dashoffset 3s ease-out;
}

#jue #top #fn1 .other .l1 {
	position: absolute;
	top: -0.06rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 44.4vw;
	height: calc(100vh - 0.98rem - 24px);
}

#jue #top #fn1 .other .l2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
}

#jue #top #fn1 .other .l3 {
	position: absolute;
	bottom: calc(0.4rem + 24px);
}

#jue #top #fn1 .other .l4 {
	position: absolute;
	top: 0.58rem;
}

#jue #top #fn1 .other.on svg path {
	stroke-dashoffset: 180%;
}

#jue #top #fn1 .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#jue #top #fn1 .con .ad {
	position: absolute;
	bottom: 0;
	right: 0;
	height: calc(100%);
	width: 1.3rem;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
}

#jue #top #fn1 .con .ad>a {
	font-size: 0.6rem;
	width: 100%;
	display: inline-block;
	text-align: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#jue #top #fn1 .con .msg {
	width: 100%;
	height: 100%;
	position: relative;
}

#jue #top #fn1 .con .msg .msgList {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}

#jue #top #fn1 .con .msg .msgList i {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.6rem;
	font-size: 0.82rem;
	font-style: normal;
}

#jue #top #fn1 .con .msg .msgList h2 {
	line-height: 1;
	margin-bottom: 0.4rem;
	text-align: center;
}

#jue #top #fn1 .con .msg .msgList p {
	text-align: center;
	line-height: 1.2;
}

#jue #top #fn1 .con .msg .msgList.on,
#jue #top #fn1 .con .msg .msgList.next {
	opacity: 1;
	pointer-events: auto;
}

#jue #top #fn1 .con .msg .msgList.first {
	display: none;
}

#jue #top #fn1 .con .dotBox {
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 5.36%;
}

#jue #top #fn1 .con .dotBox>div {
	position: relative;
	margin: 0 0.15rem;
	cursor: pointer;
}

#jue #top #fn1 .con .dotBox>div svg {
	display: block;
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 5;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	opacity: 0;
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
}

#jue #top #fn1 .con .dotBox>div svg circle {
	stroke-width: 2px;
	stroke: #ac0d14;
	stroke-dasharray: 300%;
	stroke-dashoffset: 300%;
	transition: stroke-dashoffset 1s ease;
}

#jue #top #fn1 .con .dotBox>div i {
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#jue #top #fn1 .con .dotBox>div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}

#jue #top #fn1 .con .dotBox>div span {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	opacity: 0;
}

#jue #top #fn1 .con .dotBox>div span:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#jue #top #fn1 .con .dotBox>div.on svg {
	opacity: 1;
}

#jue #top #fn1 .con .dotBox>div.on svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 6s ease-out;
	-webkit-transition: stroke-dashoffset 6s ease-out;
	-moz-transition: stroke-dashoffset 6s ease-out;
	-o-transition: stroke-dashoffset 6s ease-out;
	-ms-transition: stroke-dashoffset 6s ease-out;
}

#jue #top #fn1 .con .dotBox>div.on i {
	opacity: 0;
}

#jue #top #fn1 .con .dotBox>div.on span {
	border-color: #ac0d14;
	opacity: 1;
}

@media screen and (orientation: landscape) {
	#jue #top #fn1 .con .dotBox>div:hover svg {
		opacity: 1;
	}

	#jue #top #fn1 .con .dotBox>div:hover svg circle {
		stroke-dashoffset: 0;
	}

	#jue #top #fn1 .con .dotBox>div:hover i {
		opacity: 0;
	}

	#jue #top #fn1 .con .dotBox>div:hover span {
		opacity: 1;
	}
}

#jue #top #fn1 .line_Progress {
	height: 0.05rem;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: -1px;
	z-index: 5;
	background-color: #fff;
}

#jue #top #fn1 .line_Progress span {
	transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	width: 0;
	height: 100%;
	display: block;
	background-color: #ac0d14;
}

#jue #top.over {
	z-index: 16;
	opacity: 1;
	border-radius: 20px;
	animation-name: banner_in_1;
	transform-origin: 50% 50%;
}

#jue #main #r1 {
	position: relative;
}

#jue #main #r1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#jue #main #r1 .bg .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100%;
	background-position: center top;
	background-repeat: repeat-y;
}

#jue #main #r1 .bg .img {
	position: absolute;
	left: 0;
	top: 0;
}

#jue #main #r1 .rowMain {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	width: calc(100% - 3.2rem);
	margin: 0 auto;
}

#jue #main #r1 .rowMain .top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 3.5rem;
}

#jue #main #r1 .rowMain .top .col-1 {
	white-space: nowrap;
	padding-right: 9%;
	padding-left: 0.6rem;
}

#jue #main #r1 .rowMain .top .col-1 h1 small {
	font-size: inherit;
	display: block;
}

#jue #main #r1 .rowMain .top .line {
	width: 1px;
	height: 1.6rem;
	background-color: rgba(0, 0, 0, 0.2);
}

#jue #main #r1 .rowMain .top .col-2 {
	flex: 1;
	padding-left: 9%;
}

#jue #main #r1 .rowMain .top .col-2 p {
	line-height: 2.25;
}

#jue #main #r1 .rowMain .mid {
	width: 100%;
}

#jue #main #r1 .rowMain .mid .title {
	text-align: center;
	padding: 1rem 0 0 0;
}

#jue #main #r1 .rowMain .mid .title h2 small {
	font-size: inherit;
}

#jue #main #r1 .rowMain .mid .title P {
	color: rgba(0, 0, 0, 0.6);
}

#jue #main #r1 .rowMain .mid .box {
	text-align: center;
}

#jue #main #r1 .rowMain .mid .box img {
	display: inline-block;
	max-width: 100%;
}

#jue #main #r2 {
	position: relative;
}

#jue #main #r2 .photo.animated {
	overflow: hidden;
}

#jue #main #r2 .photo.animated .pic {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: transform 1.6s ease-out;
	-webkit-transition: transform 1.6s ease-out;
	-moz-transition: transform 1.6s ease-out;
	-o-transition: transform 1.6s ease-out;
	-ms-transition: transform 1.6s ease-out;
}

#jue #main #r2 .photo.animated.fn1 .pic {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

#jue #main #r2 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	overflow: hidden;
}

#jue #main #r2 .bg .pic {
	filter: blur(7px);
	background-size: cover;
	position: absolute;
	left: -8px;
	top: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	opacity: 0.2;
}

#jue #main #r2 .rowMain {
	position: relative;
	width: calc(100% - 2.6rem);
	margin: 0 auto;
}

#jue #main #r2 .rowMain .title {
	text-align: center;
	padding: 1rem 0;
}

#jue #main #r2 .rowMain .title h2 {
	margin-bottom: 0.1rem;
}

#jue #main #r2 .rowMain .title small {
	display: block;
}

#jue #main #r2 .rowMain .con .mid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#jue #main #r2 .rowMain .con .mid .col-1 {
	width: 48%;
}

#jue #main #r2 .rowMain .con .mid .col-1 .pic {
	width: 100%;
	padding-bottom: 67.7%;
}

#jue #main #r2 .rowMain .con .mid .col-2 {
	width: 44%;
}

#jue #main #r2 .rowMain .con .mid .col-2 h3 {
	margin-bottom: 0.4rem;
}

#jue #main #r2 .rowMain .con .btm {
	width: 100%;
	margin-top: 1.2rem;
	padding-bottom: 1.45rem;
}

#jue #main #r2 .rowMain .con .btm>ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

#jue #main #r2 .rowMain .con .btm>ul>li {
	width: 17.5%;
}

#jue #main #r2 .rowMain .con .btm>ul>li .photo {
	width: 100%;
	padding-bottom: 58%;
	position: relative;
	overflow: hidden;
}

#jue #main #r2 .rowMain .con .btm>ul>li .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: transform 1.6s ease-out;
	-webkit-transition: transform 1.6s ease-out;
	-moz-transition: transform 1.6s ease-out;
	-o-transition: transform 1.6s ease-out;
	-ms-transition: transform 1.6s ease-out;
	top: 1px;
}

#jue #main #r2 .rowMain .con .btm>ul>li p {
	text-align: center;
	margin-top: 0.1rem;
	height: 48px;
	overflow: hidden;
}

#jue #main #r2 .rowMain .con .btm>ul>li.fn1 .photo .pic {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

#jue+footer {
	position: relative;
	top: 0;
}

#pro #top {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
}

#pro #top #fn1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#pro #top #fn1 .photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: #000;
}

#pro #top #fn1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#pro #top #fn1 .photo .pic.on {
	opacity: 0.7;
}

#pro #top #fn1 .other {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

#pro #top #fn1 .other svg path {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1px;
	stroke-dasharray: 500%;
	stroke-dashoffset: 500%;
	fill: none;
	transition: stroke-dashoffset 3s ease-out;
	-webkit-transition: stroke-dashoffset 3s ease-out;
	-moz-transition: stroke-dashoffset 3s ease-out;
	-o-transition: stroke-dashoffset 3s ease-out;
	-ms-transition: stroke-dashoffset 3s ease-out;
}

#pro #top #fn1 .other .l1 {
	position: absolute;
	top: -0.06rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 44.4vw;
	height: calc(100vh - 0.98rem - 24px);
}

#pro #top #fn1 .other .l2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
}

#pro #top #fn1 .other .l3 {
	position: absolute;
	bottom: calc(0.4rem + 24px);
}

#pro #top #fn1 .other .l4 {
	position: absolute;
	top: 0.58rem;
}

#pro #top #fn1 .other.on svg path {
	stroke-dashoffset: 180%;
}

#pro #top #fn1 .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#pro #top #fn1 .con .msg {
	width: 100%;
	height: 100%;
	position: relative;
}

#pro #top #fn1 .con .msg .msgList {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}

#pro #top #fn1 .con .msg .msgList i {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.6rem;
	font-size: 0.82rem;
	font-style: normal;
}

#pro #top #fn1 .con .msg .msgList h2 {
	line-height: 1;
	margin-bottom: 0.4rem;
	text-align: center;
}

#pro #top #fn1 .con .msg .msgList p {
	text-align: center;
	line-height: 1.2;
}

#pro #top #fn1 .con .msg .msgList.on,
#pro #top #fn1 .con .msg .msgList.next {
	opacity: 1;
	pointer-events: auto;
}

#pro #top #fn1 .con .msg .msgList.first {
	display: none;
}

#pro #top #fn1 .con .ad {
	position: absolute;
	bottom: 0;
	right: 0;
	height: calc(100%);
	width: 1.3rem;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pro #top #fn1 .con .ad>a {
	font-size: 0.6rem;
	width: 100%;
	display: inline-block;
	text-align: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#pro #top #fn1 .con .dotBox {
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 5.36%;
}

#pro #top #fn1 .con .dotBox>div {
	position: relative;
	margin: 0 0.15rem;
	cursor: pointer;
}

#pro #top #fn1 .con .dotBox>div svg {
	display: block;
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 5;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	opacity: 0;
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
}

#pro #top #fn1 .con .dotBox>div svg circle {
	stroke-width: 2px;
	stroke: #ac0d14;
	stroke-dasharray: 300%;
	stroke-dashoffset: 300%;
	transition: stroke-dashoffset 1s ease;
}

#pro #top #fn1 .con .dotBox>div i {
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#pro #top #fn1 .con .dotBox>div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}

#pro #top #fn1 .con .dotBox>div span {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	opacity: 0;
}

#pro #top #fn1 .con .dotBox>div span:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#pro #top #fn1 .con .dotBox>div.on svg {
	opacity: 1;
}

#pro #top #fn1 .con .dotBox>div.on svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 6s ease-out;
	-webkit-transition: stroke-dashoffset 6s ease-out;
	-moz-transition: stroke-dashoffset 6s ease-out;
	-o-transition: stroke-dashoffset 6s ease-out;
	-ms-transition: stroke-dashoffset 6s ease-out;
}

#pro #top #fn1 .con .dotBox>div.on i {
	opacity: 0;
}

#pro #top #fn1 .con .dotBox>div.on span {
	border-color: #ac0d14;
	opacity: 1;
}

@media screen and (orientation: landscape) {
	#pro #top #fn1 .con .dotBox>div:hover svg {
		opacity: 1;
	}

	#pro #top #fn1 .con .dotBox>div:hover svg circle {
		stroke-dashoffset: 0;
	}

	#pro #top #fn1 .con .dotBox>div:hover i {
		opacity: 0;
	}

	#pro #top #fn1 .con .dotBox>div:hover span {
		opacity: 1;
	}
}

#pro #top #fn1 .line_Progress {
	height: 0.05rem;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: -1px;
	z-index: 5;
	background-color: #fff;
}

#pro #top #fn1 .line_Progress span {
	transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	width: 0;
	height: 100%;
	display: block;
	background-color: #ac0d14;
}

#pro #main #r1 {
	position: relative;
}

#pro #main #r1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#pro #main #r1 .bg .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#pro #main #r1 .rowMain {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: calc(100% - 3.2rem);
	margin: 0 auto;
}

#pro #main #r1 .rowMain .title {
	text-align: center;
	padding: 0.4rem 0 0.8rem 0;
}

#pro #main #r1 .rowMain .con {
	width: 100%;
}

#pro #main #r1 .rowMain .con .box {
	width: 100%;
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#pro #main #r1 .rowMain .con .box .col-1 {
	width: 2rem;
	background: #175789;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#pro #main #r1 .rowMain .con .box .col-1>img {
	margin-bottom: 0.15rem;
	max-width: 0.55rem;
}

#pro #main #r1 .rowMain .con .box .col-2 {
	background: rgba(255, 255, 255, 0.6);
	width: calc(100% - 2rem);
	border-top: 1px dashed rgba(23, 87, 137, 0.3);
	border-right: 1px dashed rgba(23, 87, 137, 0.3);
	border-bottom: 1px dashed rgba(23, 87, 137, 0.3);
}

#pro #main #r1 .rowMain .con .box .col-2>ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li {
	width: calc(100% / 8);
	height: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li.goPop {
	cursor: pointer;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li:after {
	content: "";
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li .pic {
	width: 100%;
	height: 1rem;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.15rem;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li .pic>img {
	max-height: 100%;
	max-width: 70%;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li>span {
	position: relative;
	z-index: 10;
	text-align: center;
	transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li:hover:after {
	opacity: 1;
}

#pro #main #r1 .rowMain .con .box .col-2>ul>li:hover>span {
	color: #175789;
}

#pro+footer {
	position: relative;
	top: 0;
}

#about #top {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
}

#about #top #fn1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#about #top #fn1 .photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: #000;
}

#about #top #fn1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#about #top #fn1 .photo .pic.on {
	opacity: 1;
}

#about #top #fn1 .other {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

#about #top #fn1 .other svg path {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1px;
	stroke-dasharray: 500%;
	stroke-dashoffset: 500%;
	fill: none;
	transition: stroke-dashoffset 3s ease-out;
	-webkit-transition: stroke-dashoffset 3s ease-out;
	-moz-transition: stroke-dashoffset 3s ease-out;
	-o-transition: stroke-dashoffset 3s ease-out;
	-ms-transition: stroke-dashoffset 3s ease-out;
}

#about #top #fn1 .other .l1 {
	position: absolute;
	top: -0.06rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 44.4vw;
	height: calc(100vh - 0.98rem - 24px);
}

#about #top #fn1 .other .l2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
}

#about #top #fn1 .other .l3 {
	position: absolute;
	bottom: calc(0.4rem + 24px);
}

#about #top #fn1 .other .l4 {
	position: absolute;
	top: 0.58rem;
}

#about #top #fn1 .other.on svg path {
	stroke-dashoffset: 180%;
}

#about #top #fn1 .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#about #top #fn1 .con .msg {
	width: 100%;
	height: 100%;
	position: relative;
}

#about #top #fn1 .con .msg .msgList {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}

#about #top #fn1 .con .msg .msgList i {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.6rem;
	font-size: 0.82rem;
	font-style: normal;
}

#about #top #fn1 .con .msg .msgList h1 {
	line-height: 1;
	margin-bottom: 0.4rem;
	text-align: center;
}

#about #top #fn1 .con .msg .msgList p {
	text-align: center;
	line-height: 1.2;
}

#about #top #fn1 .con .msg .msgList.on,
#about #top #fn1 .con .msg .msgList.next {
	opacity: 1;
	pointer-events: auto;
}

#about #top #fn1 .con .msg .msgList.first {
	display: none;
}

#about #top #fn1 .con .ad {
	position: absolute;
	bottom: 0;
	right: 0;
	height: calc(100%);
	width: 1.3rem;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
}

#about #top #fn1 .con .ad>a {
	font-size: 0.6rem;
	width: 100%;
	display: inline-block;
	text-align: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#about #top #fn1 .con .dotBox {
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 5.36%;
}

#about #top #fn1 .con .dotBox>div {
	position: relative;
	margin: 0 0.15rem;
	cursor: pointer;
}

#about #top #fn1 .con .dotBox>div svg {
	display: block;
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 5;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	opacity: 0;
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
}

#about #top #fn1 .con .dotBox>div svg circle {
	stroke-width: 2px;
	stroke: #ac0d14;
	stroke-dasharray: 300%;
	stroke-dashoffset: 300%;
	transition: stroke-dashoffset 1s ease;
}

#about #top #fn1 .con .dotBox>div i {
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#about #top #fn1 .con .dotBox>div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}

#about #top #fn1 .con .dotBox>div span {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	opacity: 0;
}

#about #top #fn1 .con .dotBox>div span:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#about #top #fn1 .con .dotBox>div.on svg {
	opacity: 1;
}

#about #top #fn1 .con .dotBox>div.on svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 6s ease-out;
	-webkit-transition: stroke-dashoffset 6s ease-out;
	-moz-transition: stroke-dashoffset 6s ease-out;
	-o-transition: stroke-dashoffset 6s ease-out;
	-ms-transition: stroke-dashoffset 6s ease-out;
}

#about #top #fn1 .con .dotBox>div.on i {
	opacity: 0;
}

#about #top #fn1 .con .dotBox>div.on span {
	border-color: #ac0d14;
	opacity: 1;
}

@media screen and (orientation: landscape) {
	#about #top #fn1 .con .dotBox>div:hover svg {
		opacity: 1;
	}

	#about #top #fn1 .con .dotBox>div:hover svg circle {
		stroke-dashoffset: 0;
	}

	#about #top #fn1 .con .dotBox>div:hover i {
		opacity: 0;
	}

	#about #top #fn1 .con .dotBox>div:hover span {
		opacity: 1;
	}
}

#about #top #fn1 .line_Progress {
	height: 0.05rem;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: -1px;
	z-index: 5;
	background-color: #fff;
}

#about #top #fn1 .line_Progress span {
	transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	width: 0;
	height: 100%;
	display: block;
	background-color: #ac0d14;
}

#about #main {
	position: relative;
	z-index: 10;
	width: 100vw;
	overflow: hidden;
}

#about #main .aniTxt span {
	font-size: inherit;
	color: transparent;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1;
	font-weight: inherit;
}

#about #main .aniTxt span:after {
	content: attr(title);
	position: absolute;
	color: #040404;
	font-size: inherit;
	font-family: inherit;
	width: 100%;
	height: 100%;
	display: flex;
	top: 0;
	left: 0;
	justify-content: flex-start;
	align-items: center;
	transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
	transition-delay: 0.3s;
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
}

#about #main .aniTxt span:nth-of-type(2):after {
	transition-delay: 0.4s;
}

#about #main .aniTxt span.go:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

#about #main .r1 {
	position: relative;
	padding-bottom: 0.2rem;
}

#about #main .r1 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 15;
}

#about #main .r1 .bg .a1 {
	position: absolute;
	width: 53.7vw;
	top: -10%;
	left: 70%;
}

#about #main .r1 .bg .a2 {
	position: absolute;
	width: 43.8vw;
	bottom: -8%;
	right: 70%;
}

#about #main .r1 .bg .a3 {
	position: absolute;
	width: 43.8vw;
	bottom: -12%;
	left: 80%;
}

#about #main .r1 .bg .a4 {
	position: absolute;
	width: 2.2rem;
	top: -1.8rem;
	right: 0;
}

#about #main .r1 .inner {
	padding: 2.7rem 10% 0 10%;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#about #main .r1 .inner .mask {
	width: 50%;
	position: absolute;
	height: calc(100% - 3.2rem);
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(96, 130, 156, 0.05);
}

#about #main .r1 .inner .col {
	width: 50%;
	position: relative;
	z-index: 10;
}

#about #main .r1 .inner .col .title {
	margin-bottom: 1.3rem;
}

#about #main .r1 .inner .col .title h2 {
	font-size: 1rem;
	font-weight: 400;
}

#about #main .r1 .inner .col .box {
	width: 100%;
	position: relative;
}

#about #main .r1 .inner .col .box .hoverPic {
	width: 100%;
}

#about #main .r1 .inner .col .box .hoverPic .photo {
	padding-bottom: 100%;
}

#about #main .r1 .inner .col .box .ad {
	position: absolute;
	height: 100%;
	width: 0.8rem;
	left: 98%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #19507b;
}

#about #main .r1 .inner .col .box .ad>a {
	font-size: 0.6rem;
	width: 100%;
	display: inline-block;
	text-align: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#about #main .r1 .inner .col .items>li {
	height: 3.2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#about #main .r1 .inner .col .items>li>i {
	color: #98070d;
	font-size: 0.8rem;
	margin-right: 0.6rem;
}

#about #main .r1 .inner .col .items>li>div h3 {
	line-height: 1;
	margin-bottom: 0.5rem;
}

#about #main .r1 .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10%;
	height: 6.2rem;
}

#about #main .r1 .group .col {
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#about #main .r1 .group .col h3 {
	text-align: left;
}

#about #main .r1 .group .col p {
	width: 100%;
	padding: 0 0.6rem;
	text-align: left;
}

#about #main .r2 .inner .wrap {
	position: relative;
	width: 100vw;
}

#about #main .r2 .inner .wrap .photo {
	width: 100%;
	position: relative;
	padding-bottom: 50%;
	background-color: #000;
}

#about #main .r2 .inner .wrap .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s cubic-bezier(0, 0, 0, 1);
}

#about #main .r2 .inner .wrap .photo .pic.on {
	opacity: 1;
}

#about #main .r2 .inner .wrap .group {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#about #main .r2 .inner .wrap .group .box {
	width: 25%;
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#about #main .r2 .inner .wrap .group .box .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#about #main .r2 .inner .wrap .group .box .mid {
	position: relative;
	z-index: 7;
	text-align: center;
	padding-bottom: 0.4rem;
}

#about #main .r2 .inner .wrap .group .box .mid small {
	line-height: 2;
	display: block;
}

#about #main .r2 .inner .wrap .group .box .bm {
	position: absolute;
	z-index: 8;
	bottom: 1.2rem;
	left: 0;
	width: 100%;
	padding: 0 0.5rem;
}

#about #main .r2 .inner .wrap .group .box .bm p {
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	transition: color 0.5s cubic-bezier(0, 0, 0, 1);
}

#about #main .r2 .inner .wrap .group .box:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	right: 0;
}

#about #main .r2 .inner .wrap .group .box:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #98070d;
	right: 0;
	z-index: 2;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
}

#about #main .r2 .inner .wrap .group .box:hover .bm p {
	color: #fff;
}

#about #main .r2 .inner .wrap .group .box:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

#about #main .r3 {
	position: relative;
}

#about #main .r3 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

#about #main .r3 .bg .a1 {
	position: absolute;
	width: 100%;
	bottom: -10%;
	left: 0;
	pointer-events: none;
}

#about #main .r3 .inner {
	padding: 1rem 0;
}

#about #main .r3 .inner .topic {
	position: relative;
	padding: 0 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#about #main .r3 .inner .topic .tree {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#about #main .r3 .inner .topic .tree>li {
	margin-left: 1rem;
}

#about #main .r3 .inner .topic .tree>li span {
	color: #ac0d14;
	font-size: 0.54rem;
}

#about #main .r3 .inner .topic .tree>li span em {
	color: inherit;
	font-size: 0.54rem;
	display: inline-block;
	min-width: 0.7rem;
}

#about #main .r3 .inner .topic .tree>li span small {
	color: #666;
	margin-left: 0.4rem;
	display: inline-block;
}

#about #main .r3 .inner .topic .tree>li p {
	color: #666;
}

#about #main .r3 .inner .mid {
	padding-top: 1.3rem;
}

#about #main .r3 .inner .mid #sw1 {
	padding: 0 10%;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper {
	flex-wrap: wrap;
	transform-origin: 50% 0;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
	height: auto;
	width: 20vw;
	padding: 0 1.5%;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide .photo {
	width: 100%;
	position: relative;
	padding-bottom: 68.75%;
	overflow: hidden;
	box-shadow: 0 0.6rem 1rem -0.4rem rgba(78, 92, 102, 0.3);
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide h5 {
	text-align: center;
	width: 100%;
	padding: 0.5rem 0;
}

#about #main .r3 .inner .mid .set {
	display: none;
	justify-content: center;
	align-items: center;
	margin: 0.3rem 0;
}

#about #main .r3 .inner .mid .set>a {
	display: inline-block;
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	line-height: 0.64rem;
	text-align: center;
	font-size: 18px;
	background-color: rgba(25, 80, 123, 0.05);
	color: #394854;
	margin: 0 20px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#about #main .r3 .inner .mid .set>a:hover {
	background-color: #175789;
	color: #fff;
}

#about #main .r3 .inner .mid #getMore {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 200px;
	margin: 0.4rem auto 0 auto;
	cursor: pointer;
}

#about #main .r3 .inner .mid #getMore>i {
	margin-left: 10px;
}

#about #main .r4 {
	position: relative;
	overflow: hidden;
	width: 100vw;
}

#about #main .r4 .bg {
	position: relative;
	pointer-events: none;
}

#about #main .r4 .bg>img.pic {
	width: 100%;
}

#about #main .r4 .bg .classGo path {
	stroke-dasharray: 315%;
	stroke-dashoffset: 315%;
	transition: all 4s cubic-bezier(0, 0, 0, 1);
}

#about #main .r4 .bg .classGo.go path {
	stroke-dashoffset: 0;
}

#about #main .r4 .bg .a1 {
	position: absolute;
	left: 20%;
	width: 8.48rem;
	bottom: 7.8%;
}

#about #main .r4 .bg .a2 {
	position: absolute;
	left: 50%;
	width: 9.6rem;
	bottom: 14.6%;
}

#about #main .r4 .bg .a3 {
	position: absolute;
	width: 28.6vw;
	left: 10%;
	top: 10%;
}

#about #main .r4 .bg .a4 {
	position: absolute;
	width: 52vw;
	left: 24%;
	top: 18%;
}

#about #main .r4 .bg .a4 path {
	transition-delay: 1s;
}

#about #main .r4 .bg .a5 {
	position: absolute;
	width: 78vw;
	left: 45%;
	top: -46%;
}

#about #main .r4 .bg .a5 path {
	transition-delay: 2s;
}

#about #main .r4 .inner {
	padding: 1.4rem 10%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
}

#about #main .r4 .inner .topic {
	margin-bottom: 1.3rem;
}

#about #main .r4 .inner .topic h2 span:after {
	color: #fff;
}

#about #main .r4 .inner .loop {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#about #main .r4 .inner .loop .col {
	width: 50%;
}

#about #main .r4 .inner .loop .col .dotBox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#about #main .r4 .inner .loop .col .dotBox .dot {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 0.3rem;
	margin: 0.2rem 0;
	cursor: pointer;
}

#about #main .r4 .inner .loop .col .dotBox .dot>i {
	font-size: 0.8rem;
	color: #fff;
	margin-right: 0.8rem;
	opacity: 0;
	transform: translate3d(-20px, 0, 0);
	-webkit-transform: translate3d(-20px, 0, 0);
	-moz-transform: translate3d(-20px, 0, 0);
	-o-transform: translate3d(-20px, 0, 0);
	-ms-transform: translate3d(-20px, 0, 0);
	transition: opacity 1.2s cubic-bezier(0, 0, 0, 1),
		transform 1.2s cubic-bezier(0, 0, 0, 1);
}

#about #main .r4 .inner .loop .col .dotBox .dot span {
	color: rgba(255, 255, 255, 0.5);
	transition: color 1.2s cubic-bezier(0, 0, 0, 1);
}

#about #main .r4 .inner .loop .col .dotBox .dot.on>i,
#about #main .r4 .inner .loop .col .dotBox .dot:hover>i {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

#about #main .r4 .inner .loop .col .dotBox .dot.on span,
#about #main .r4 .inner .loop .col .dotBox .dot:hover span {
	color: #ffffff;
}

#about #main .r4 .inner .loop .col .items .list {
	display: none;
}

#about #main .r4 .inner .loop .col .items .list .pic {
	width: 2.8rem;
	position: relative;
	padding-bottom: 3.7rem;
	overflow: visible;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0, 0, 0, 1);
	animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad {
	position: absolute;
	bottom: 0;
	left: 0.4rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	padding: 0.2rem 0.34rem;
	min-width: 100%;
	border-radius: 0.2rem 0px 0.2rem 0px;
	background: linear-gradient(0deg, rgba(25, 80, 123, 0.5) 0%, #19507b 100%);
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-delay: 0.1s;
	animation-timing-function: cubic-bezier(0, 0, 0, 1);
	animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad span {
	white-space: nowrap;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad small {
	white-space: nowrap;
}

#about #main .r4 .inner .loop .col .items .list .pic .ad .line {
	height: 0.2rem;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 0.2rem;
}

#about #main .r4 .inner .loop .col .items .list .msg {
	max-width: 4.5rem;
}

#about #main .r4 .inner .loop .col .items .list .msg h5 {
	line-height: 2;
	margin-bottom: 0.4rem;
	margin-top: 0.7rem;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-delay: 0.1s;
	animation-timing-function: cubic-bezier(0, 0, 0, 1);
	animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list .msg p {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-timing-function: cubic-bezier(0, 0, 0, 1);
	animation-name: fadeInRightSmall;
}

#about #main .r4 .inner .loop .col .items .list.on {
	display: block;
}

#about #main .r4 .inner .loop .col .set {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0.8rem 0 0 0;
}

#about #main .r4 .inner .loop .col .set>a {
	display: inline-block;
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	line-height: 0.64rem;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	color: #394854;
	margin-right: 0.3rem;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#about #main .r4 .inner .loop .col .set>a:hover {
	background-color: #175789;
	color: #fff;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper {
	padding-bottom: 1.2rem;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide {
	width: 80vw;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic {
	width: 2.8rem;
	position: relative;
	backface-visibility: hidden;
	padding-bottom: 3.7rem;
	overflow: visible;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic .ad {
	position: absolute;
	bottom: 0;
	left: 0.4rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	padding: 0.2rem 0.34rem;
	min-width: 100%;
	border-radius: 0.2rem 0px 0.2rem 0px;
	background: linear-gradient(0deg, rgba(25, 80, 123, 0.5) 0%, #19507b 100%);
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic .ad .line {
	height: 0.2rem;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 0.2rem;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
	max-width: 4.5rem;
	backface-visibility: hidden;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
	line-height: 2;
	margin-bottom: 0.4rem;
	margin-top: 0.7rem;
}

#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg p {
	animation-duration: 1.5s;
}

#about #main .r4 .inner .wrap #sw2 .swiper-pagination {
	padding: 0 10%;
	text-align: right;
	bottom: 0;
}

#about #main .r4 .inner .wrap #sw2 .swiper-pagination-bullet {
	background-color: #8f989e;
}

#about #main .r4 .inner .wrap #sw2 .swiper-pagination-bullet-active {
	background-color: #fff;
}

#about #main .r4 .inner .wrap .set {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: -0.6rem;
	position: relative;
	z-index: 10;
}

#about #main .r4 .inner .wrap .set>a {
	display: inline-block;
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	line-height: 0.64rem;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	color: #394854;
	margin-right: 0.3rem;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#about #main .r4 .inner .wrap .set>a:hover {
	background-color: #175789;
	color: #fff;
}

#about footer {
	position: relative;
	margin-top: -2px;
}

#join #top {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
}

#join #top #fn1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#join #top #fn1 .photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: #000;
}

#join #top #fn1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#join #top #fn1 .photo .pic.on {
	opacity: 0.7;
}

#join #top #fn1 .other {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

#join #top #fn1 .other svg path {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1px;
	stroke-dasharray: 500%;
	stroke-dashoffset: 500%;
	fill: none;
	transition: stroke-dashoffset 3s ease-out;
	-webkit-transition: stroke-dashoffset 3s ease-out;
	-moz-transition: stroke-dashoffset 3s ease-out;
	-o-transition: stroke-dashoffset 3s ease-out;
	-ms-transition: stroke-dashoffset 3s ease-out;
}

#join #top #fn1 .other .l1 {
	position: absolute;
	top: -0.06rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 44.4vw;
	height: calc(100vh - 0.98rem - 24px);
}

#join #top #fn1 .other .l2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
}

#join #top #fn1 .other .l3 {
	position: absolute;
	bottom: calc(0.4rem + 24px);
}

#join #top #fn1 .other .l4 {
	position: absolute;
	top: 0.58rem;
}

#join #top #fn1 .other.on svg path {
	stroke-dashoffset: 180%;
}

#join #top #fn1 .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#join #top #fn1 .con .msg {
	width: 100%;
	height: 100%;
	position: relative;
}

#join #top #fn1 .con .msg .msgList {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}

#join #top #fn1 .con .msg .msgList i {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.6rem;
	font-size: 0.82rem;
	font-style: normal;
}

#join #top #fn1 .con .msg .msgList h1 {
	line-height: 1;
	margin-bottom: 0.4rem;
	text-align: center;
}

#join #top #fn1 .con .msg .msgList p {
	text-align: center;
	line-height: 1.2;
}

#join #top #fn1 .con .msg .msgList.on,
#join #top #fn1 .con .msg .msgList.next {
	opacity: 1;
	pointer-events: auto;
}

#join #top #fn1 .con .msg .msgList.first {
	display: none;
}

#join #top #fn1 .con .ad {
	position: absolute;
	bottom: 0;
	right: 0;
	height: calc(100%);
	width: 1.3rem;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
}

#join #top #fn1 .con .ad>a {
	font-size: 0.6rem;
	width: 100%;
	display: inline-block;
	text-align: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#join #top #fn1 .con .dotBox {
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 5.36%;
}

#join #top #fn1 .con .dotBox>div {
	position: relative;
	margin: 0 0.15rem;
	cursor: pointer;
}

#join #top #fn1 .con .dotBox>div svg {
	display: block;
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 5;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	opacity: 0;
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
}

#join #top #fn1 .con .dotBox>div svg circle {
	stroke-width: 2px;
	stroke: #ac0d14;
	stroke-dasharray: 300%;
	stroke-dashoffset: 300%;
	transition: stroke-dashoffset 1s ease;
}

#join #top #fn1 .con .dotBox>div i {
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#join #top #fn1 .con .dotBox>div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}

#join #top #fn1 .con .dotBox>div span {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	opacity: 0;
}

#join #top #fn1 .con .dotBox>div span:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#join #top #fn1 .con .dotBox>div.on svg {
	opacity: 1;
}

#join #top #fn1 .con .dotBox>div.on svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 6s ease-out;
	-webkit-transition: stroke-dashoffset 6s ease-out;
	-moz-transition: stroke-dashoffset 6s ease-out;
	-o-transition: stroke-dashoffset 6s ease-out;
	-ms-transition: stroke-dashoffset 6s ease-out;
}

#join #top #fn1 .con .dotBox>div.on i {
	opacity: 0;
}

#join #top #fn1 .con .dotBox>div.on span {
	border-color: #ac0d14;
	opacity: 1;
}

@media screen and (orientation: landscape) {
	#join #top #fn1 .con .dotBox>div:hover svg {
		opacity: 1;
	}

	#join #top #fn1 .con .dotBox>div:hover svg circle {
		stroke-dashoffset: 0;
	}

	#join #top #fn1 .con .dotBox>div:hover i {
		opacity: 0;
	}

	#join #top #fn1 .con .dotBox>div:hover span {
		opacity: 1;
	}
}

#join #top #fn1 .line_Progress {
	height: 0.05rem;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: -1px;
	z-index: 5;
	background-color: #fff;
}

#join #top #fn1 .line_Progress span {
	transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	width: 0;
	height: 100%;
	display: block;
	background-color: #ac0d14;
}

#join #main {
	position: relative;
	z-index: 10;
}

#join #main .aniTxt span {
	font-size: inherit;
	color: transparent;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1;
	font-weight: inherit;
}

#join #main .aniTxt span:after {
	content: attr(title);
	position: absolute;
	color: #040404;
	font-size: inherit;
	font-family: inherit;
	width: 100%;
	height: 100%;
	display: flex;
	top: 0;
	left: 0;
	justify-content: flex-start;
	align-items: center;
	transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
	transition-delay: 0.3s;
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
}

#join #main .aniTxt span:nth-of-type(2):after {
	transition-delay: 0.4s;
}

#join #main .aniTxt span.go:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

#join #main .r1 .inner {
	height: 100vh;
	padding: 0 10%;
}

#join #main .r1 .inner .items {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#join #main .r1 .inner .items .list {
	width: calc(100% / 3);
	padding: 0 4%;
	height: 100%;
	transition: background-color 1.2s cubic-bezier(0, 0, 0, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#join #main .r1 .inner .items .list .box {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

#join #main .r1 .inner .items .list .box .img {
	width: 100%;
	padding-top: 110.42%;
	position: absolute;
	top: 50%;
	left: 50%;
	background: no-repeat center center;
	background-size: cover;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#join #main .r1 .inner .items .list .box .main_company_morph {
	position: absolute;
	top: -36px;
	left: -33px;
	width: -webkit-calc(100% + 60px * 1);
	width: calc(100% + 60px * 1);
	height: -webkit-calc(100% + 60px * 1);
	height: calc(100% + 60px * 1);
}

#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_init {
	transition: fill 1.2s cubic-bezier(0, 0, 0, 1);
}

#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_hover {
	visibility: hidden;
}

#join #main .r1 .inner .items .list .msg {
	margin-top: 0.7rem;
	text-align: center;
}

#join #main .r1 .inner .items .list .msg h3 {
	margin-bottom: 0.3rem;
	font-weight: 700;
}

#join #main .r1 .inner .items .list.on {
	background-color: #f6f8fa;
}

#join #main .r1 .inner .items .list.on .main_company_morph_init {
	fill: #f6f8fa;
}

#join footer {
	position: relative;
	top: 0;
}

#contact #top {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
}

#contact #top #fn1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#contact #top #fn1 .photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: #000;
}

#contact #top #fn1 .photo .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

#contact #top #fn1 .photo .pic.on {
	opacity: 0.7;
}

#contact #top #fn1 .other {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

#contact #top #fn1 .other svg path {
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1px;
	stroke-dasharray: 500%;
	stroke-dashoffset: 500%;
	fill: none;
	transition: stroke-dashoffset 3s ease-out;
	-webkit-transition: stroke-dashoffset 3s ease-out;
	-moz-transition: stroke-dashoffset 3s ease-out;
	-o-transition: stroke-dashoffset 3s ease-out;
	-ms-transition: stroke-dashoffset 3s ease-out;
}

#contact #top #fn1 .other .l1 {
	position: absolute;
	top: -0.06rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 44.4vw;
	height: calc(100vh - 0.98rem - 24px);
}

#contact #top #fn1 .other .l2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
}

#contact #top #fn1 .other .l3 {
	position: absolute;
	bottom: calc(0.4rem + 24px);
}

#contact #top #fn1 .other .l4 {
	position: absolute;
	top: 0.58rem;
}

#contact #top #fn1 .other.on svg path {
	stroke-dashoffset: 180%;
}

#contact #top #fn1 .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#contact #top #fn1 .con .msg {
	width: 100%;
	height: 100%;
	position: relative;
}

#contact #top #fn1 .con .msg .msgList {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}

#contact #top #fn1 .con .msg .msgList i {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 0.6rem;
	font-size: 0.82rem;
	font-style: normal;
}

#contact #top #fn1 .con .msg .msgList h1 {
	line-height: 1;
	margin-bottom: 0.4rem;
	text-align: center;
}

#contact #top #fn1 .con .msg .msgList p {
	text-align: center;
	line-height: 1.2;
}

#contact #top #fn1 .con .msg .msgList.on,
#contact #top #fn1 .con .msg .msgList.next {
	opacity: 1;
	pointer-events: auto;
}

#contact #top #fn1 .con .msg .msgList.first {
	display: none;
}

#contact #top #fn1 .con .ad {
	position: absolute;
	bottom: 0;
	right: 0;
	height: calc(100%);
	width: 1.3rem;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact #top #fn1 .con .ad>a {
	font-size: 0.6rem;
	width: 100%;
	display: inline-block;
	text-align: center;
	animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#contact #top #fn1 .con .dotBox {
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 5.36%;
}

#contact #top #fn1 .con .dotBox>div {
	position: relative;
	margin: 0 0.15rem;
	cursor: pointer;
}

#contact #top #fn1 .con .dotBox>div svg {
	display: block;
	width: 38px;
	height: 38px;
	position: relative;
	z-index: 5;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	opacity: 0;
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
}

#contact #top #fn1 .con .dotBox>div svg circle {
	stroke-width: 2px;
	stroke: #ac0d14;
	stroke-dasharray: 300%;
	stroke-dashoffset: 300%;
	transition: stroke-dashoffset 1s ease;
}

#contact #top #fn1 .con .dotBox>div i {
	transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#contact #top #fn1 .con .dotBox>div a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}

#contact #top #fn1 .con .dotBox>div span {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	opacity: 0;
}

#contact #top #fn1 .con .dotBox>div span:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#contact #top #fn1 .con .dotBox>div.on svg {
	opacity: 1;
}

#contact #top #fn1 .con .dotBox>div.on svg circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 6s ease-out;
	-webkit-transition: stroke-dashoffset 6s ease-out;
	-moz-transition: stroke-dashoffset 6s ease-out;
	-o-transition: stroke-dashoffset 6s ease-out;
	-ms-transition: stroke-dashoffset 6s ease-out;
}

#contact #top #fn1 .con .dotBox>div.on i {
	opacity: 0;
}

#contact #top #fn1 .con .dotBox>div.on span {
	border-color: #ac0d14;
	opacity: 1;
}

@media screen and (orientation: landscape) {
	#contact #top #fn1 .con .dotBox>div:hover svg {
		opacity: 1;
	}

	#contact #top #fn1 .con .dotBox>div:hover svg circle {
		stroke-dashoffset: 0;
	}

	#contact #top #fn1 .con .dotBox>div:hover i {
		opacity: 0;
	}

	#contact #top #fn1 .con .dotBox>div:hover span {
		opacity: 1;
	}
}

#contact #top #fn1 .line_Progress {
	height: 0.05rem;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: -1px;
	z-index: 5;
	background-color: #fff;
}

#contact #top #fn1 .line_Progress span {
	transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	width: 0;
	height: 100%;
	display: block;
	background-color: #ac0d14;
}

#contact #main {
	position: relative;
	z-index: 10;
}

#contact #main .aniTxt span {
	font-size: inherit;
	color: transparent;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1;
	font-weight: inherit;
}

#contact #main .aniTxt span:after {
	content: attr(title);
	position: absolute;
	color: #040404;
	font-size: inherit;
	font-family: inherit;
	width: 100%;
	height: 100%;
	display: flex;
	top: 0;
	left: 0;
	justify-content: flex-start;
	align-items: center;
	transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
	transition-delay: 0.1s;
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
}

#contact #main .aniTxt span:nth-of-type(2):after {
	transition-delay: 0.2s;
}

#contact #main .aniTxt span.go:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

#contact #main .r1 .inner {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#contact #main .r1 .inner .mid {
	width: 100%;
	position: relative;
	height: calc(100% - 2.3rem);
}

#contact #main .r1 .inner .mid .title {
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 0;
	padding: 5% 0 5% 10%;
}

#contact #main .r1 .inner .mid .title h2 {
	font-size: 1rem;
	font-weight: 400;
}

#contact #main .r1 .inner .mid #map {
	width: 80%;
	margin-left: 20%;
	height: 100%;
	background-color: #edf0f3;
}

#contact #main .r1 .inner .mid #map .anchorBL {
	display: none;
}

#contact #main .r1 .inner .bm {
	width: 100%;
}

#contact #main .r1 .inner .bm>ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 2.3rem;
	padding: 0 8% 0 3%;
	width: 80%;
	margin-left: 20%;
}

#contact #main .r1 .inner .bm>ul>li i {
	font-size: 0.25rem;
	color: #ac0d14;
	margin-bottom: 0.1rem;
	display: block;
}

#contact footer {
	position: relative;
	top: 0;
}

.pop {
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
	-moz-transform: translate3d(0, -8px, 0);
	-o-transform: translate3d(0, -8px, 0);
	-ms-transform: translate3d(0, -8px, 0);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.pop .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: rgba(0, 0, 0, 0.4);
}

.pop .con {
	position: relative;
	z-index: 100;
}

.pop .con .box {
	padding: 0.7rem;
	background-color: #fff;
	width: 62.5vw;
	height: 84vh;
	overflow: auto;
	text-align: center;
}

.pop .con .box>img {
	display: inline-block;
	max-width: 100%;
}

.pop .con .close {
	position: absolute;
	color: #fff;
	left: calc(100% + 0.7rem);
	top: 0;
	font-size: 0.5rem;
	line-height: 0.5rem;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.pop .con .close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.pop.on {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

.btn1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 130px;
	height: 50px;
	text-align: center;
	border: 1px solid #000000;
	transition: all 0.3s ease;
}

.btn1 span {
	position: absolute;
	width: 100%;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	transition: all 0.4s cubic-bezier(1, 0.49, 0.16, 0.96);
	z-index: 100;
}

.btn1:hover {
	background-color: #000;
}

.btn1:hover span {
	color: #fff;
}

#error {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f1f3fb;
}

#error video {
	height: 50vh;
}

#error .topic {
	text-align: center;
	position: relative;
	z-index: 10;
	width: 100%;
	font-size: 0.3rem;
	color: #175789;
	margin-top: 0.35rem;
}

.tip {
	background-color: #000;
	border-radius: 6px;
	position: fixed;
	color: #fff;
	bottom: 1rem;
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.tip.on {
	opacity: 1;
	transform: translate3d(0, -20px, 0);
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	-o-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
}

.solution_body .sol_case {
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 3.2rem);
}

.solution_body .sol_title {
	line-height: 1.6;
	color: #000;
	text-align: center;
}

.solution_body .sol_title span {
	font-weight: 700;
	font-size: inherit;
}

.solution_body .sol_title_en {
	text-align: center;
	line-height: 1.5;
	margin-top: 0.05rem;
	color: rgba(0, 0, 0, 0.6);
}

.solution_body .sol_info {
	line-height: 2.25;
	color: #000;
	text-align: justify;
}

.solution_body .sol_img_case {
	position: relative;
	overflow: hidden;
}

.solution_body .sol_img_case::before {
	content: "";
	display: block;
	margin-top: 57.757%;
}

.solution_body .sol_img_case .sol_img_box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.solution_body .sol_top_box {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 1.86rem;
	padding-bottom: 1.8rem;
	overflow: hidden;
	position: relative;
}

.solution_body .sol_top_box .sol_s_img {
	position: absolute;
	left: 0;
	width: 39.79%;
	top: 0;
	display: block;
	pointer-events: none;
}

.solution_body .sol_top_box .sol_z_info_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.solution_body .sol_top_box .sol_z_info_box .sol_title {
	text-align: left;
	padding-left: 4%;
}

.solution_body .sol_top_box .sol_z_info_box .sol_title span {
	display: block;
}

.solution_body .sol_top_box .sol_z_info_box .sol_info {
	width: 54.59%;
	position: relative;
	padding-left: 9.375%;
}

.solution_body .sol_top_box .sol_z_info_box .sol_info::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	width: 1px;
}

.solution_body .sol_top_box .sol_src1_case {
	margin-top: 1.9rem;
	position: relative;
}

.solution_body .sol_top_box .sol_src1_case .sol_f_img {
	position: absolute;
	width: 31.75%;
	display: block;
	left: 87%;
	top: -6vw;
}

.solution_body .sol_top_box .sol_src1_case .btn_x_img {
	position: absolute;
	width: 62.125%;
	display: block;
	left: 50%;
	top: 32.2vw;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.65rem;
	padding: 0 4.0625%;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div {
	width: 29.55%;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(255, 255, 255, 0) 90%,
			rgba(255, 255, 255, 0) 100%);
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box {
	width: 69.124%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box::before {
	content: "";
	display: block;
	margin-top: 100%;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box .dot_img {
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box>img {
	position: absolute;
	width: 17%;
	left: 41.5%;
	display: block;
	top: 41.5%;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n {
	text-align: center;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n span {
	font-weight: 700;
	display: block;
	font-size: inherit;
}

.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n_en {
	text-align: center;
	margin-top: 0.5rem;
	color: rgba(0, 0, 0, 0.6);
}

@media screen and (orientation: landscape) {
	.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div:hover .sol_mes_box .dot_img {
		transform: rotate(90deg);
	}
}

.solution_body .sol_bottom_box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 0.85rem;
	padding-bottom: 1rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .sol_title {
	color: #fff;
}

.solution_body .sol_bottom_box .sol_case_mess_box .sol_title_en {
	color: rgba(255, 255, 255, 0.6);
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box {
	margin-top: 1.05rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div {
	margin-bottom: 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:last-child {
	margin-bottom: 1.25rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case {
	width: 48.3125%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case::before {
	margin-top: 64.683%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case .sol_img_box {
	background-size: 100%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case .sol_num {
	line-height: 1;
	color: #fff;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	z-index: 2;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text {
	width: 45.625%;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_case_n {
	color: #fff;
	line-height: 1.3;
	margin-bottom: 0.27rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_info {
	color: #fff;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box {
	margin-top: 0.48rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_tit {
	color: #fff;
	line-height: 1;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav {
	display: flex;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div {
	padding: 0.17rem 0.33rem 0.17rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-left: 0.36rem;
	border-radius: 0.5rem;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	position: relative;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.5);
	pointer-events: none;
	border-radius: 0.5rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div:first-child {
	margin-left: 0;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div.on {
	color: #fff;
	background-color: #175789;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div.on::before {
	display: none;
}

@media screen and (orientation: landscape) {
	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div:hover {
		color: #fff;
		background-color: #175789;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div:hover::before {
		display: none;
	}
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box {
	margin-top: 0.23rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
	display: none;
	height: 0.9rem;
	overflow-y: auto;
	color: #fff;
	line-height: 0.3rem;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
	padding-left: 0.25rem;
	position: relative;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n::before {
	content: "";
	display: block;
	width: 0.06rem;
	height: 0.06rem;
	background-color: #175789;
	left: 0;
	top: 0.12rem;
	border-radius: 0;
	position: absolute;
}

.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div.on {
	display: block;
}

@media screen and (orientation: landscape) {
	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:nth-child(even) {
		flex-direction: row-reverse;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:nth-child(even) .sol_img_case .sol_num {
		right: auto;
		left: 0.5rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:nth-child(even) .sol_case_text .sol_zz_box .sol_zz_con_box>div {
		height: 1.2rem;
	}
}

.solution_body .sol_img_case.animated {
	overflow: hidden;
}

.solution_body .sol_img_case.animated .sol_img_box {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: transform 1.6s ease-out;
	-webkit-transition: transform 1.6s ease-out;
	-moz-transition: transform 1.6s ease-out;
	-o-transition: transform 1.6s ease-out;
	-ms-transition: transform 1.6s ease-out;
}

.solution_body .sol_img_case.animated.fn1 .pic {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

.solution_body .sol_case_box {
	position: relative;
	margin-top: 1.25rem;
}

.solution_body .sol_case_box .sol_case_n {
	line-height: 1.5;
	margin-top: 0.2rem;
	text-align: center;
	color: #fff;
}

.solution_body .sol_case_box .swiper-button-prev {
	left: 0;
	transform: translateX(-120%);
}

.solution_body .sol_case_box .swiper-button-next {
	right: 0;
	transform: translateX(120%);
}

.solution_body .sol_case_box .swiper-button-prev,
.solution_body .sol_case_box .swiper-button-next {
	background-image: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #f8f8f9;
	color: #000;
	line-height: 50px;
	transition: all 0.3s ease-out;
	top: calc((100% - 0.47rem) / 2);
}

@media screen and (orientation: landscape) {

	.solution_body .sol_case_box .swiper-button-prev:hover,
	.solution_body .sol_case_box .swiper-button-next:hover {
		background-color: #175789;
		color: #fff;
	}
}

.solution_body .sol_case_box .swiper-button-prev.swiper-button-disabled,
.solution_body .sol_case_box .swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.solution_body .sol_case_box .swiper-pagination {
	bottom: -0.5rem;
	width: 100%;
	text-align: center;
	left: 0;
}

.solution_body .sol_case_box .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	margin: 0 0.05rem;
}

.solution_body .sol_case_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #175789;
}

@media screen and (orientation: landscape) {
	.eff_body .sol_top_box {
		padding-bottom: 0.6rem;
	}

	.eff_body .sol_top_box .sol_z_info_box .sol_info {
		width: 48.8%;
		padding-left: 8%;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 1.58rem;
	}

	.eff_body .sol_top_box .sol_src1_case .btn_x_img {
		width: 52.125%;
		display: block;
		left: 79%;
		top: 40.2vw;
	}

	.eff_body .sol_bottom_box {
		padding-bottom: 0.7rem;
	}

	.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box {
		margin-top: 0.58rem;
	}

	.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box {
		margin-top: 0.15rem;
	}

	.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
		height: auto;
		overflow-y: initial;
		display: flex;
		flex-wrap: wrap;
	}

	.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
		width: 37%;
	}
}

.eff_body .cef_src1_con_box {
	margin-top: 0.16rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.eff_body .cef_src1_con_box .sol_img_case {
	width: 53.875%;
	margin-left: -10.75%;
}

.eff_body .cef_src1_con_box .sol_img_case::before {
	margin-top: 104.408%;
}

.eff_body .cef_src1_con_box .sol_img_case .sol_img_box {
	background-size: 100%;
	transform: none;
}

.eff_body .cef_src1_con_box .cef_text_box {
	width: 49.8125%;
}

@media screen and (max-width: 1444px) {
	.eff_body .cef_src1_con_box .cef_text_box {
		width: 57.8125%;
	}
}

.eff_body .cef_src1_con_box .cef_text_box>div {
	display: flex;
	align-items: baseline;
	line-height: 1.5;
	margin: 0.42rem 0;
}

.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(1),
.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(5) {
	margin-left: 3em;
}

.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(2),
.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(4) {
	margin-left: 6em;
}

.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(3) {
	margin-left: 9em;
}

.eff_body .cef_src1_con_box .cef_text_box>div span:first-child {
	color: #175789;
	margin-right: 0.56rem;
}

.eff_body .cef_src1_con_box .cef_text_box>div span:nth-child(2) {
	margin-right: 1em;
}

@keyframes bannerIn {
	0% {
		transform: translate3d(100%, 0%, 0) scale3d(0.7, 0.7, 0.7);
	}

	50% {
		transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
	}

	100% {
		transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes banner_in {
	0% {
		transform: translate3d(100%, 0%, 0);
		clip-path: inset(10vw 10vw 10vw 10vw round 10px);
	}

	50% {
		transform: translate3d(0, 0%, 0);
		clip-path: inset(10vw 10vw 10vw 10vw round 10px);
	}

	100% {
		transform: translate3d(0, 0%, 0);
		clip-path: inset(0 0 0 0 round 10px);
	}
}

@keyframes banner_out {
	0% {
		transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
	}

	50% {
		transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
	}

	100% {
		transform: translate3d(-100%, 0, 0) scale3d(0.7, 0.7, 0.7);
	}
}

@keyframes banner_in_1 {
	0% {
		transform: translate3d(0, 0%, 0);
		clip-path: inset(0 0 0 0 round 10px);
	}

	50% {
		transform: translate3d(0, 0%, 0);
		clip-path: inset(10vw 10vw 10vw 10vw round 10px);
	}

	100% {
		transform: translate3d(-100%, 0%, 0);
		clip-path: inset(10vw 10vw 10vw 10vw round 10px);
	}
}

@keyframes banner_out_1 {
	0% {
		transform: translate3d(0, 0%, 0);
		clip-path: inset(0 0 0 0 round 10px);
	}

	50% {
		transform: translate3d(0, 0%, 0);
		clip-path: inset(10vw 10vw 10vw 10vw round 10px);
	}

	100% {
		transform: translate3d(-100%, 0%, 0);
		clip-path: inset(10vw 10vw 10vw 10vw round 10px);
	}
}

@keyframes loopCir {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}

@keyframes ani1 {
	0% {
		opacity: 0;
		transform: translateY(8px);
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-o-transform: translateY(8px);
		-ms-transform: translateY(8px);
	}

	30% {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}

	70% {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}

	100% {
		opacity: 0;
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
	}
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes fn1 {
	0% {
		opacity: 0;
		clip-path: inset(100% 0 0 0);
		transform: translate3d(0%, 20px, 0);
	}

	100% {
		opacity: 1;
		clip-path: inset(0 0 0 0);
		transform: none;
	}
}

.fn1 {
	animation-name: fn1;
	animation-duration: 1.2s;
	animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}

#bloc #jue+footer {
	position: relative;
	top: 0;
}

#bloc header {
	position: fixed !important;
}

.new_body .news_case {
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 4.6rem);
}

.new_body .new_list_box .new_timer {
	padding-top: 1rem;
	display: block;
	position: relative;
}

.new_body .new_list_box .new_timer .swiper-button-next,
.new_body .new_list_box .new_timer .swiper-button-prev {
	display: none;
}

@media screen and (min-width: 1025px) {
	.new_body .new_list_box .new_timer {
		margin-left: -0.65rem;
	}
}

.new_body .new_list_box .new_timer .swiper-slide {
	width: auto;
	position: initial;
}

.new_body .new_list_box .new_timer a {
	padding: 0.3rem 0.65rem;
	line-height: 1;
	cursor: pointer;
	color: rgba(153, 153, 153, 0.6);
	transition: all 0.5s ease-out;
	display: block;
}

.new_body .new_list_box .new_timer a.on {
	color: #ac0d14;
	font-family: en_b;
}

@media screen and (orientation: landscape) {
	.new_body .new_list_box .new_timer a:hover {
		color: #ac0d14;
	}
}

.new_body .new_list_box .new_timer .time_plan {
	left: -1.6rem;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0;
	transition: width 0.3s ease-out;
	background-color: #175789;
}

.new_body .new_list_box .new_timer .time_plan::before {
	content: "";
	border-radius: 100%;
	border: 1px solid #175789;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	background-color: #fff;
	width: 0.11rem;
	height: 0.11rem;
}

.new_body .new_list_box .new_list {
	position: relative;
	margin-top: 1rem;
	opacity: 0;
}

.new_body .new_list_box .new_list .loop .box {
	overflow: visible;
}

.new_body .new_list_box .new_list .loop .box .swiper-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a {
	margin-bottom: 0.65rem;
	margin-right: 0.65rem;
	width: calc((100% - 1.3rem) / 3);
	display: block;
	cursor: pointer;
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	position: relative;
}

@media screen and (orientation: landscape) {
	.new_body .new_list_box .new_list .loop .box .swiper-item>a:nth-child(3n) {
		margin-right: 0;
	}
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a::before {
	content: "";
	display: block;
	margin-top: 131.221719%;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic {
	z-index: 4;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f8f8f9;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node {
	position: absolute;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	width: 100%;
	left: 0;
	z-index: 10;
	bottom: 0;
	top: 0;
	margin: auto;
	padding: 12% 10% 0 10%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0.2);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .top h3 {
	margin-top: 0.3rem;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.4rem 0 0.48rem;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm .c1 {
	font-size: 0.9rem;
	line-height: 0.8;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm .c2 {
	line-height: 1.4;
	text-align: right;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc {
	background-color: rgba(0, 0, 0, 0);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc .wc {
	color: #333;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc .btm {
	border-top: 1px solid rgba(153, 153, 153, 0.3);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node.bc .btm .c1 {
	color: #ac0d14;
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic:hover {
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	box-shadow: 0px 34px 51px 0px rgba(23, 31, 50, 0.15);
}

.new_body .new_list_box .new_list .loop .box .swiper-item>a.swiper-slide-prev {
	pointer-events: none;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	opacity: 0;
}

.new_body .new_list_box .new_list .loop .page_bot_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.2rem;
	padding-bottom: 1.5rem;
	color: #000000;
}

.new_body .new_list_box .new_list .loop .page_bot_box .page_num {
	display: flex;
	align-items: flex-start;
	font-size: 0.18rem;
	line-height: 0.9;
}

.new_body .new_list_box .new_list .loop .page_bot_box .page_num span {
	font-size: 0.6rem;
	color: #ac0d14;
	line-height: 0.75;
}

.new_body .new_list_box .new_list .loop .pager {
	display: flex;
	align-items: center;
}

.new_body .new_list_box .new_list .loop .pager .f-next {
	margin-left: 0.1rem;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	text-indent: 3px;
	background-color: #f8f8f9;
	color: #000;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: inline-block;
}

@media screen and (min-width: 1025px) {
	.new_body .new_list_box .new_list .loop .pager .f-next:hover {
		color: #fff;
		background-color: #175789;
	}
}

.new_body .new_list_box .new_list .loop .pager .f-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	text-indent: -4px;
	background-color: #f8f8f9;
	color: #000;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: inline-block;
	transform: scale(-1);
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
}

@media screen and (min-width: 1025px) {
	.new_body .new_list_box .new_list .loop .pager .f-prev:hover {
		color: #fff;
		background-color: #175789;
	}
}

@media screen and (max-width: 1500px) {
	.ie .layout-rowMain {
		width: 1200px;
	}
}

@media screen and (max-width: 1366px) {
	.loading .mask {
		border-width: 85vw;
	}

	.loading .dot,
	.loading .box {
		width: 30vw;
		height: 30vw;
	}

	.layout-btn-4,
	#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5>span {
		width: 112px;
		height: 40px;
		line-height: 40px;
	}

	#home #main #roll #r3 .other #clock,
	#home #main #roll #r3.on .rowMain .con .cirBox {
		width: 30vw;
		height: 30vw;
	}

	#home #main #roll #r2 .rowMain .con .mid .col-2 p {
		line-height: 24px;
		/*height: 72px;*/
	}

	#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
		line-height: .20rem;
		height: .40rem;
		-webkit-line-clamp: 2;
	}

	#home #main #roll #r4 .bg .group>img {
		width: 12rem;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic {
		padding-bottom: 110%;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li {
		width: 4rem;
	}

	#home #main #roll #r6 .rowMain .con .mid {
		margin-top: 2vw;
	}
}

.m_sty,
.nav__trigger {
	display: none;
}

#home #main #roll #r2 .rowMain .con .top a {
	display: none;
}

#jue #main #r2 .rowMain {
	padding-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
	#jue #top #fn1 .con .ad {
		pointer-events: none;
	}

	.loading .mask {
		width: 300vw;
		height: 300vw;
		left: -100vw;
		top: calc(50vh - 150vw);
		border: 105vw solid #fff !important;
	}

	.loading .mask.on {
		transform: scale(9);
		-webkit-transform: scale(9);
		-moz-transform: scale(9);
		-o-transform: scale(9);
		-ms-transform: scale(9);
	}

	.loading .box {
		width: 90vw !important;
		height: 90vw !important;
	}

	.loading .dot {
		width: 90vw !important;
		height: 90vw !important;
	}

	#jue #main #r1 .rowMain {
		padding-bottom: 0.5rem;
	}

	#bloc header .pc-nav {
		height: 1.2rem;
		display: flex !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	#bloc header .pc-nav.on .col .logoBox .img {
		opacity: 1;
	}

	#bloc header .pc-nav .col:nth-of-type(1) {
		padding: 0 0.4rem;
	}

	#bloc header .pc-nav .col .logoBox {
		width: 0.9rem;
	}

	#bloc header .pc-nav .col:nth-of-type(2) {
		position: fixed;
		background-color: rgba(255, 255, 255, 0);
		display: block;
		padding-top: 1.5rem;
		opacity: 0;
		pointer-events: none;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		-webkit-transform: translateX(120%);
		transform: translateX(120%);
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul {
		display: block;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li {
		padding: 0;
		text-align: center;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.1rem 0.4rem;
		font-size: 0.32rem;
		line-height: 2;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>a span {
		width: 4em;
		font: inherit;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>a i {
		font-size: 12px;
		margin-left: 0.5rem;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>a::after {
		top: 100%;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li.m_on ol {
		display: block;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li.m_on>a:after {
		transform: scaleX(1);
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol {
		position: relative;
		height: auto;
		padding-top: 0;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li {
		padding: 0;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>a {
		padding: 0.1rem 0.4rem;
		display: block;
		width: 100%;
		text-align: center;
		line-height: 2;
		padding-right: calc(12px + 0.9rem);
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li:nth-child(2)>a {
		padding-top: 0.3rem;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>div {
		display: none;
	}

	#bloc header .pc-nav .col:nth-of-type(2) .mask {
		background-color: rgba(255, 255, 255, 0.9);
		height: 1.1rem;
		display: none;
	}

	#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(2) {
		background-color: #edf2f6;
	}

	#bloc header .pc-nav .wc {
		color: #333;
	}

	#bloc header .pc-nav.bc {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	#bloc header .pc-nav.bc.alonav {
		border-bottom: none;
	}

	#bloc header .pc-nav.down {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	#bloc header.on .pc-nav .col .logoBox .img {
		opacity: 1;
	}

	#bloc header.on .pc-nav .col:nth-of-type(2) {
		opacity: 1;
		pointer-events: all;
		transform: none;
		background-color: #ffffff;
	}

	#bloc .nav__trigger {
		display: block;
		background-color: #175789;
		position: absolute;
		width: 1.2rem;
		height: 1.2rem;
		right: 0;
		top: 0;
		z-index: 200;
		padding: 0.475rem 0.45rem;
		text-align: center;
		display: flex;
		align-items: center;
	}

	#bloc .nav__trigger .nav__icon {
		display: block;
		margin-left: 25%;
		position: relative;
		width: 75%;
		height: 0.03rem;
		background-color: #ffffff;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		border-radius: 0.03rem;
	}

	#bloc .nav__trigger .nav__icon::before,
	#bloc .nav__trigger .nav__icon::after {
		content: "";
		display: block;
		height: 0.03rem;
		position: absolute;
		background: #ffffff;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		border-radius: 0.03rem;
		right: 0;
	}

	#bloc .nav__trigger .nav__icon::before {
		margin-top: -0.1rem;
		width: 133.33%;
	}

	#bloc .nav__trigger .nav__icon::after {
		margin-top: 0.1rem;
		width: 75%;
	}

	#bloc .nav__trigger.on .nav__icon {
		background: rgba(0, 0, 0, 0);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 100%;
	}

	#bloc .nav__trigger.on .nav__icon::before {
		margin-top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 100%;
	}

	#bloc .nav__trigger.on .nav__icon::after {
		margin-top: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 100%;
	}

	#home #main #roll #r1 #fn1 .con .msg .msgList {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	#home #main #roll #r1 #fn1 .con .msg .msgList h2 {
		font-size: 0.7rem;
		line-height: 1.14286;
	}

	#home #main #roll #r1 #fn1 .con .msg .msgList p {
		font-size: 0.6rem;
		line-height: 1;
		margin-top: 0.7rem;
	}

	#home #main #roll #r1 #fn1 .con .msg .msgList p br {
		display: none;
	}

	#home #main #roll #r1 #fn1 .con .dotBox {
		bottom: 1.2rem;
		transform: translateY(50%) scale(0.6);
	}

	#home #main #roll #r1 #fn1 .con .dotBox>li {
		margin: 0 0.1rem;
	}

	#home #main #roll #r1 #fn1 .con .dotBox>li svg circle {
		stroke: #0059fb;
	}

	#home #main #roll #r1 #fn1 .other .l1 {
		width: 100vw;
		height: 100vw;
	}

	#home #main #roll #r1 #fn1 .other {
		position: relative;
	}

	#home #main #roll #r1 #fn1 .other::after,
	#home #main #roll #r1 #fn1 .other::before {
		content: "";
		display: block;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
		height: 1px;
		position: absolute;
		left: 0;
	}

	#home #main #roll #r1 #fn1 .other::after {
		bottom: 1.2rem;
	}

	#home #main #roll #r1 #fn1 .other::before {
		top: 1.2rem;
	}

	#home #main #roll #r2 .rowMain .con {
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	#home .roll-items {
		display: none;
	}

	#home #main>.other {
		display: none !important;
	}

	#home #main #roll #r2 .bg {
		display: none;
	}

	#home #main #roll #r2 .rowMain {
		display: block;
	}

	#home #main #roll #r2 .rowMain .con {
		height: auto;
	}

	#home #main #roll #r2 .rowMain .con .mid {
		display: block;
		height: auto;
	}

	#home #main #roll #r2 .rowMain .con .mid .col-1 {
		width: 100%;
		height: 73.33vw;
		margin: 0;
	}

	#home #main #roll #r2 .rowMain .con .mid .col-2 {
		width: 100%;
		padding: 5vh 0.4rem 0.6rem;
		display: block;
	}

	#home #main #roll #r2 .rowMain .con .mid .col-2 a {
		display: none;
	}

	#home #main #roll #r2 .rowMain .con .mid .col-2 h2 {
		font-size: 0.48rem;
		line-height: 1.25;
	}

	#home #main #roll #r2 .rowMain .con .mid .col-2 h2 span {
		color: #175789;
		font: inherit;
	}

	#home #main #roll #r2 .rowMain .con .mid .col-2 p {
		font-size: 0.24rem;
		line-height: 1.833;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 0;
	}

	#home #main #roll #r2 .rowMain .con .top {
		height: auto;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		padding-bottom: 0.8rem;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox {
		height: auto;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 0;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox>li {
		margin-top: 3.6vh;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox>li:first-child,
	#home #main #roll #r2 .rowMain .con .top .dateBox>li:nth-child(2) {
		margin-top: 0;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox>li:nth-child(odd) {
		width: 50%;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox>li:nth-child(even) {
		width: 35%;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(1)>span {
		line-height: 1;
		color: #dd000a;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(1)>span sup {
		vertical-align: baseline;
	}

	#home #main #roll #r2 .rowMain .con .top .dateBox>li>div:nth-child(2) {
		font-size: 0.2rem;
		line-height: 1;
		margin-top: 0.16rem;
	}

	#home #main #roll #r2 .rowMain .con .top a {
		display: block;
		margin: 6.15vh auto 0;
		font-size: 0;
	}

	#home #main #roll #r3>.other #clock,
	#home #main #roll #r3.on>.rowMain .con .cirBox {
		width: 66.66vw !important;
		height: 66.66vw !important;
	}

	#home #main #roll #r3 .rowMain .con {
		position: absolute;
		width: 66.66vw;
		padding: 0;
	}

	#home #main #roll #r3 .rowMain .con>div {
		margin: 0 0 0 39.4%;
	}

	#home #main #roll #r3 .rowMain .con>div h2 {
		margin-bottom: 0.3rem;
	}

	#home #main #roll #r3 .rowMain .con>div p {
		font-size: 0.54rem;
		line-height: 1.11;
	}

	#home #main #roll #r3 .rowMain .con>div .ad {
		right: calc(100% + 0.15rem);
	}

	#home #main #roll #r3 .other #clock>img {
		display: none;
	}

	#home #main #roll #r3 .other #clock .time-move canvas {
		display: none;
	}

	#home #main #roll #r3 .other #clock .time-box {
		left: -16.67vw;
		top: auto;
		bottom: calc(50% - 50vh + 1.4rem + 0.6rem);
		width: 100vw;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.3);
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir {
		position: relative;
		display: flex;
		justify-content: space-around;
		height: auto;
		width: 100%;
		left: 0;
		margin-top: calc(-0.35rem + 2px);
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li {
		width: 0.7rem;
		height: 0.7rem;
		position: relative;
		left: auto;
		top: auto;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i {
		border-color: #ac0d14;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i span {
		opacity: 1;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li.on>i>a {
		opacity: 0;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i {
		width: 100%;
		height: 100%;
		border: 0.04rem solid transparent;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i span {
		opacity: 0;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a {
		display: block;
		text-align: center;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a small {
		font-size: 0.6rem;
		line-height: 1;
	}

	#home #main #roll #r3 .other #clock .time-box>ul.time-cir>li>i>a em {
		position: absolute;
		top: 100%;
		margin-top: 0.25rem;
		color: rgba(255, 255, 255, 0.6);
		font-size: 0.18rem;
		width: 200%;
		left: 50%;
		transform: translateX(-50%);
	}

	#home #main #roll #r3 .other #clock .msg-box .msg_1 {
		width: 100vw;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li {
		padding-right: 0.4rem;
		padding-left: 0.4rem;
	}

	#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li .layout-btn-5 span {
		font-weight: 500;
	}

	#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li h3 {
		margin-top: 0.7rem;
		margin-bottom: 0.6rem;
	}

	#home #main #roll #r3 .other #clock .msg-box .msg_1>li .time-note>li>small {
		height: auto !important;
		font-size: 0.24rem;
		line-height: 1.833 !important;
		display: block;
		overflow: initial;
		color: #fff;
	}

	#home #main #roll #r4>.mask {
		display: none;
	}

	#home #main #roll #r4 .rowMain {
		height: auto;
		display: block;
		padding-left: 0.4rem;
		margin-top: -4vh;
	}

	#home #main #roll #r4 .rowMain .con {
		padding: 0;
	}

	#home #main #roll #r4 .rowMain .con .top {
		padding: 0;
	}

	#home #main #roll #r4 .rowMain .con .top .col-2 {
		position: relative;
		height: auto;
	}

	#home #main #roll #r4 .rowMain .con .top .col-2>ul {
		padding: 0;
	}

	#home #main #roll #r4 .rowMain .con .top .col-2>ul>li>a {
		padding: 0.23rem 0.4rem;
		text-align: center;
		border-radius: 0.5rem;
		font-size: 0.24rem;
		line-height: 1.2;
		display: block;
	}

	#home #main #roll #r4 .rowMain .con .btm {
		position: relative;
	}

	#home #main #roll #r4 .rowMain .con .btm .box {
		width: calc(100% - 0.4rem);
		margin-top: 5.5vh;
		margin-left: 0;
		left: 0;
		top: 0;
		bottom: auto;
		height: auto;
		min-height: 2.7rem;
	}

	#home #main #roll #r4 .rowMain .con .btm .box:first-child {
		position: relative;
	}

	#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a {
		padding: 0.23rem 0;
		display: block;
	}

	#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div {
		width: 59.33%;
		position: relative;
		overflow: hidden;
		display: block;
		height: auto;
		margin: 0 auto;
	}

	#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div::before {
		content: "";
		margin-top: 100%;
		display: block;
	}

	#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a>div>img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		min-width: 50%;
	}

	#home #main #roll #r4 .rowMain .con .btm .box .swiper>ul>a span {
		margin-top: 0.18rem;
		font-size: 0.2rem;
		line-height: 1;
		display: block;
	}

	#home #main #roll #r4 .rowMain .con .btm .box .pager {
		width: 100vw;
		left: -0.4rem;
		z-index: 3;
		display: flex;
		justify-content: center;
		height: auto;
		margin-top: -0.3rem;
		top: 100%;
	}

	#home #main #roll #r4 .rowMain .con .btm .pager .next_,
	#home #main #roll #r4 .rowMain .con .btm .pager .prev_ {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 0.24rem;
		background-color: #175789;
		color: #fff;
		display: block;
	}

	#home #main #roll #r4 .rowMain .con .btm .pager .next_.swiper-button-disabled,
	#home #main #roll #r4 .rowMain .con .btm .pager .prev_.swiper-button-disabled {
		background-color: #f8f8f9;
		color: #000;
		opacity: 1;
		pointer-events: none;
	}

	#home #main #roll #r4 .rowMain .con .mask {
		display: none;
	}

	#home #main #roll #r4 .bg.on+.rowMain .con .top .col-1 {
		display: none;
	}

	#home #main #roll #r4 .bg {
		display: block;
		text-align: center;
		line-height: 1;
		height: auto;
		position: relative;
	}

	#home #main #roll #r4 .bg .ind_title {
		margin-top: 5vh;
		font-weight: 600;
		line-height: 1.5;
	}

	#home #main #roll #r4 .bg .ind_title_en {
		color: rgba(0, 0, 0, 0.6);
	}

	#home #main #roll #r4 .bg .group {
		margin-top: 9.23vh;
	}

	#home #main #roll #r4 .bg .group>img {
		width: 100% !important;
	}

	#home #main #roll #r4 .bg .group>ul>li {
		width: 14.133%;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(1) {
		left: 51%;
		top: 0;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(2) {
		left: 39%;
		top: 28%;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(3) {
		left: 68.5%;
		top: 40%;
	}

	#home #main #roll #r4 .bg .group>ul>li:nth-of-type(4) {
		left: 10%;
		top: 18%;
	}

	#home #main #roll #r4 .bg .group>ul>li.on {
		transform: scale(1.5);
	}

	#home #main #roll #r4 .bg .group>ul>li>.img {
		width: 100%;
	}

	#home #main #roll #r5 .rowMain .con {
		flex-direction: column-reverse;
		padding-right: 0.4rem;
		padding-left: 0.4rem;
	}

	#home #main #roll #r5 .rowMain .con .mid {
		height: auto;
		display: block;
		margin-top: 4.3vh;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-1 {
		width: 100%;
		height: 85.089vw;
		margin-left: 0;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-2 {
		display: block;
		width: 100%;
		margin-top: 6vh;
		height: auto;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-2 .msg {
		position: relative;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList {
		padding: 0;
		height: auto;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList h2 {
		font-size: 0.48rem;
		line-height: 1.25;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p {
		line-height: 1.833;
		font-size: 0.24rem;
		margin-top: 3.1vh;
		height: auto;
		display: block;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-2 .other {
		display: none;
	}

	#home #main #roll #r5 .rowMain .con .top {
		padding-bottom: 0.6rem;
	}

	#home #main #roll #r5 .rowMain .con .top>ul {
		display: flex;
		justify-content: space-around;
		width: 100vw;
		margin-left: -0.4rem;
		position: relative;
	}

	#home #main #roll #r5 .rowMain .con .top>ul::before {
		content: "";
		display: block;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.1);
		height: 1px;
		margin-top: -0.5px;
		top: 50%;
		left: 0;
		position: absolute;
		pointer-events: none;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li {
		position: relative;
		width: 0.7rem;
		height: 0.7rem;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li i {
		font-size: 0.6rem;
		line-height: 1;
		color: #fff;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border: 0.04rem solid #ac0d14;
		position: absolute;
		left: 0;
		bottom: 0;
		border-radius: 100%;
		opacity: 0;
		transition: all 0.3s ease-out;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li::after {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		opacity: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		background-color: #ffffff;
		transition: all 0.3s ease-out;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li span {
		display: block;
		position: absolute;
		top: 100%;
		margin-top: 0.25rem;
		color: rgba(255, 255, 255, 0.6);
		font-size: 0.18rem;
		width: 200%;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.3s ease-out;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li em {
		display: none;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li.on::before {
		opacity: 1;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li.on::after {
		opacity: 1;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li.on i {
		opacity: 0;
	}

	#home #main #roll #r5 .rowMain .con .top>ul>li.on span {
		opacity: 0;
	}

	#home #main #roll #r6 .ind_title {
		font-weight: 600;
		line-height: 1.5;
	}

	#home #main #roll #r6 .ind_title_en {
		line-height: 1;
	}

	#home #main #roll #r6 .ind_title_en,
	#home #main #roll #r6 .ind_title {
		text-align: center;
		color: #000;
	}

	#home #main #roll #r6 .ind_title_en {
		margin-bottom: 7vh;
	}

	#home #main #roll #r6 .rowMain .con {
		display: flex;
		align-items: center;
		padding-left: 0.975rem;
		padding-right: 0.975rem;
	}

	#home #main #roll #r6 .rowMain .con .title {
		display: none;
	}

	#home #main #roll #r6 .rowMain .con .mid {
		margin-top: 0;
		display: block;
		max-height: none;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop {
		position: relative;
		height: auto;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li {
		width: 100%;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li.swiper-slide-prev {
		opacity: 1;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic {
		width: calc(100% - 0.45rem);
		margin: 0 auto;
		padding-bottom: 0;
		display: block;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic::before {
		content: "";
		display: block;
		margin-top: 131.1377%;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node {
		padding: 13.4% 13% 0 11.2%;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .top em {
		font-size: 0.27rem;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .top h3 {
		font-size: 0.28rem;
		line-height: 1.5185;
		text-shadow: 0 0 81px rgba(19, 21, 15, 0.57);
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .btm .c1 {
		font-size: 1.02rem;
		line-height: 0.76;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li>.pic .node .btm .c2 {
		font-size: 0.24rem;
		line-height: 1.125;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .box .swiper-item>li.swiper-slide-active>.pic {
		transform: translateY(-0.3rem);
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .pager {
		position: relative;
		right: auto;
		display: flex;
		justify-content: center;
		bottom: auto;
		margin-top: 0.5rem;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev,
	#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next {
		position: relative;
		margin: 0 0.24rem;
		left: auto;
		right: auto;
		top: auto;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: #175789;
		color: #fff;
		display: block;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-prev.swiper-button-disabled,
	#home #main #roll #r6 .rowMain .con .mid .loop .pager .f-next.swiper-button-disabled {
		background-color: #f8f8f9;
		color: #000;
		opacity: 1;
	}

	#home #main #roll #r6 .rowMain .con .mid .loop .layout-btn-5 {
		margin: 4vh auto 5vh;
		width: 112px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border: 1px solid #000;
		font-size: 0.24rem;
		display: block;
		font-weight: 500;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div {
		width: 100%;
	}

	#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div a {
		padding-right: calc(12px + 0.5rem);
	}

	#jue #top {
		height: 65vh;
	}

	.solution_body .sol_info {
		line-height: 1.833;
	}

	.solution_body .sol_case {
		width: 100%;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.solution_body .sol_top_box {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.solution_body .sol_top_box .sol_s_img {
		width: 60%;
	}

	.solution_body .sol_top_box .sol_z_info_box {
		display: block;
	}

	.solution_body .sol_top_box .sol_z_info_box .sol_title {
		text-align: center;
		padding-left: 0;
	}

	.solution_body .sol_top_box .sol_z_info_box .sol_info {
		width: 100%;
		padding-left: 0;
		text-align: justify;
		margin-top: 0.5rem;
	}

	.solution_body .sol_top_box .sol_z_info_box .sol_info::before {
		display: none;
	}

	.solution_body .sol_top_box .sol_src1_case {
		margin-top: 1rem;
	}

	.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box {
		padding: 0;
	}

	.solution_body .sol_bottom_box {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box {
		margin-top: 0.5rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div {
		margin-bottom: 0.5rem;
		display: block;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div:last-child {
		margin-bottom: 0.35rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_img_case {
		width: 100%;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text {
		width: 100%;
		margin-top: 0.3rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box {
		margin-top: 0.4rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav {
		display: flex;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_nav>div {
		font-size: 12px;
		line-height: 1.3;
		padding: 0.2rem 0.4rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
		height: auto;
		line-height: 1.5;
		overflow-y: initial;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n::before {
		top: 12.831px;
	}

	.solution_body .sol_case_box {
		margin-top: 0.35rem;
	}

	.solution_body .sol_case_box .swiper-button-prev,
	.solution_body .sol_case_box .swiper-button-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 100%;
		margin-top: -20px;
	}

	.solution_body .sol_case_box .swiper-button-prev {
		left: 0.4rem;
		transform: translateX(-50%);
	}

	.solution_body .sol_case_box .swiper-button-next {
		right: 0.4rem;
		transform: translateX(50%);
	}

	.eff_body .cef_src1_con_box .cef_text_box>div {
		margin: 0.2rem 0;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
		line-height: 1.833;
		font-size: 14px;
	}

	.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div {
		display: flex;
		flex-wrap: wrap;
	}

	.eff_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_zz_box .sol_zz_con_box>div .sol_zz_n {
		width: 50%;
	}

	#jue #main #r1 .rowMain {
		padding-right: 0.4rem;
		padding-left: 0.4rem;
		width: 100%;
	}

	#jue #main #r1 .rowMain .top {
		display: block;
		height: auto;
	}

	#jue #main #r1 .rowMain .top .col-1 {
		padding: 0;
		line-height: 1.6;
		text-align: center;
	}

	#jue #main #r1 .rowMain .top .col-1 small {
		font: inherit;
		font-weight: normal;
	}

	#jue #main #r1 .rowMain .top .col-2 {
		padding: 0;
		margin-top: 0.5rem;
		line-height: 1.833;
	}

	#jue #main #r1 .rowMain .top .col-2 p {
		font-family: inherit;
		text-align: justify;
	}

	#jue #main #r1 .bg .img {
		width: 60%;
	}

	#jue #main #r1 .bg .pic {
		background-size: cover;
	}

	#jue #main #r1 .rowMain .top .line {
		display: none;
	}

	#jue #main #r2 .rowMain {
		width: 100%;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	#jue #main #r2 .rowMain .title {
		padding-bottom: 0.5rem;
	}

	#jue #main #r2 .rowMain .con .mid {
		display: block;
	}

	#jue #main #r2 .rowMain .con .mid .col-1 {
		width: 100%;
	}

	#jue #main #r2 .rowMain .con .mid .col-2 {
		width: 100%;
		margin-top: 0.3rem;
	}

	#jue #main #r2 .rowMain .con .mid .col-2 h3 {
		line-height: 1.3;
		margin-bottom: 0.27rem;
	}

	#jue #main #r2 .rowMain .con .mid .col-2 p {
		line-height: 1.833;
		text-align: justify;
	}

	#jue #main #r2 .rowMain .sol_case {
		width: 100vw;
		margin-left: -0.4rem;
	}

	.solution_body .sol_bottom_box .sol_case_mess_box .case_list_box>div .sol_case_text .sol_case_n {
		font-weight: 700;
	}

	#pro #top {
		height: 65vh;
	}

	#pro #main #r1 .rowMain {
		width: calc(100% - 0.8rem);
	}

	#join #top {
		height: 100vw;
	}

	#join #top #fn1 .other .l1 {
		width: 100vw;
		height: calc(100vw - 60px);
		top: 60px;
	}

	#join #main .r1 .inner {
		height: auto;
		padding: 20% 5% 10% 5%;
	}

	#join #main .r1 .inner .items {
		flex-direction: column;
	}

	#join #main .r1 .inner .items .list {
		width: 100%;
		pointer-events: none;
		margin-bottom: 60px;
	}

	#join #main .r1 .inner .items .list .msg {
		margin-top: 0.3rem;
	}

	#contact #top {
		height: 100vw;
	}

	#contact #top #fn1 .other .l1 {
		width: 100vw;
		height: calc(100vw - 60px);
		top: 60px;
	}

	#contact #main .r1 .inner {
		height: auto;
		padding: 10% 5% 10% 5%;
	}

	#contact #main .r1 .inner .mid .title {
		padding: 5% 0 5% 3%;
		bottom: -1.4rem;
	}

	#contact #main .r1 .inner .mid #map {
		height: 80vw;
		width: 100%;
		margin-left: 0;
	}

	#contact #main .r1 .inner .mid #map .BMap_Marker {
		pointer-events: none;
	}

	#contact #main .r1 .inner .bm>ul {
		width: 100%;
		margin-top: 1.5rem;
		flex-direction: column;
		margin-left: 0;
		height: auto;
		align-items: flex-start;
	}

	#contact #main .r1 .inner .bm>ul li {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 0.3rem;
	}

	#contact #main .r1 .inner .bm>ul>li i {
		font-size: 16px;
		line-height: 0.5rem;
		width: 50px;
		text-align: left;
	}

	#contact #main .r1 .inner .bm>ul>li p {
		width: calc(100% - 50px);
	}

	#about #top {
		height: 100vw;
	}

	#about #main .r1 .bg .a4 {
		display: none;
	}

	#about #top #fn1 .other .l1 {
		width: 100vw;
		height: calc(100vw - 60px);
		top: 60px;
	}

	#about #main .r1 .inner .col:nth-of-type(2) {
		width: 100%;
		padding-top: 102vw;
	}

	#about #main .r1 .inner .col .title {
		margin-top: 0.7rem;
		margin-bottom: 0.5rem;
	}

	#about #main .r1 .inner .col:nth-of-type(3) {
		position: absolute;
		top: 0;
		left: 8%;
		width: 84%;
	}

	#about #main .r1 .inner .col .items>li {
		height: auto;
		position: relative;
		margin-bottom: 0.6rem;
	}

	#about #main .r1 .inner .col .items>li>div h3 {
		margin-bottom: 0.3rem;
	}

	#about #main .r1 .inner .col .items>li>div p br {
		display: none;
	}

	#about #main .r1 .inner {
		padding: 2.7rem 9% 0 8%;
	}

	#about #main .r1 .group {
		flex-direction: column;
		height: auto;
		padding: 0 8% 8% 8%;
	}

	#about #main .r1 .group .col {
		width: 100%;
	}

	#about #main .r1 .group .col h3 {
		margin-bottom: 0.3rem;
	}

	#about #main .r1 .group .col p {
		padding: 0;
	}

	#about #main .r2 .inner .wrap .group {
		flex-direction: column;
		position: relative;
	}

	#about #main .r2 .inner .wrap .group .box .mask {
		opacity: 0.8;
	}

	#about #main .r2 .inner .wrap .group .box {
		pointer-events: none;
		background-color: #000000;
		width: 100%;
		height: 5.4rem;
		flex-direction: column;
	}

	#about #main .r2 .inner .wrap .group .box .bm {
		position: relative;
		bottom: auto;
		left: auto;
	}

	#about #main .r2 .inner .wrap .group .box .bm p {
		color: rgba(255, 255, 255, 0.9);
	}

	#about #main .r2 .inner .wrap .group .box .mid .f-30 {
		font-size: 18px;
	}

	#about #main .r2 .inner .wrap .photo {
		display: none;
	}

	#about #main .r3 .inner {
		padding-top: 0.7rem;
	}

	#about #main .r1 .inner .mask {
		height: calc(93.7vw);
	}

	#about #main .r3 .inner .topic {
		flex-direction: column;
		align-items: flex-start;
	}

	#about #main .r3 .inner .topic .tree {
		flex-wrap: wrap;
	}

	#about #main .r3 .inner .topic .tree>li {
		margin-left: 0;
		width: 33.3%;
		margin-top: 0.3rem;
	}

	#about #main .r3 .inner .mid #sw1 .swiper-wrapper .swiper-slide {
		width: 80vw;
	}

	#about #main .r3 .inner .mid .set>a {
		font-size: 14px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	#about #main .r4 .inner {
		position: relative;
	}

	#about #main .r4 .bg {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}

	#about #main .r4 .bg>img.pic {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#about #main .r4 .inner .topic {
		margin-bottom: 0.6rem;
		padding: 0 10%;
	}

	#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg {
		max-width: 100%;
	}

	#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .pic {
		width: 84%;
		padding-bottom: 106%;
	}

	#about #main .r4 .inner .wrap .set>a {
		font-size: 14px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	#about #main .r4 .inner .wrap .set {
		padding: 0 10%;
	}

	#about #main .r4 .inner .wrap #sw2 .swiper-wrapper .swiper-slide .list .msg h5 {
		margin-top: 0.4rem;
	}

	#about #main .r4 .bg .a2 {
		display: none;
	}

	#about #main .r4 .bg .a1 {
		width: 75%;
		bottom: 0;
		left: 28%;
	}

	#about #main .r4 .inner {
		padding: 1.4rem 0;
	}

	.new_body .news_case {
		width: 100%;
	}

	.new_body .new_list_box .new_list {
		margin-top: 0.5rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item {
		justify-content: space-between;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a {
		width: 48%;
		margin-right: 0;
	}

	.new_body .new_list_box .new_timer {
		padding-top: 0.65rem;
		width: calc(100% - 100px);
		margin: 0 auto;
	}

	.new_body .new_list_box .new_timer .time_plan {
		left: -50px;
	}

	.new_body .new_list_box .new_timer a {
		padding: 0.35rem 0.35rem 0.45rem;
	}

	.new_body .new_list_box .new_timer .swiper-button-next,
	.new_body .new_list_box .new_timer .swiper-button-prev {
		display: block;
		background-image: none;
		background-color: #f8f8f9;
		font-size: 14px;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-radius: 50%;
		cursor: pointer;
		top: calc(50% + 0.325rem);
		margin-top: -25px;
	}

	.new_body .new_list_box .new_timer .swiper-button-next.swiper-button-disabled,
	.new_body .new_list_box .new_timer .swiper-button-prev.swiper-button-disabled {
		opacity: 0.5;
		pointer-events: none;
	}

	.new_body .new_list_box .new_timer .swiper-button-next {
		right: -50px;
	}

	.new_body .new_list_box .new_timer .swiper-button-prev {
		left: -50px;
	}

	.new_body .new_list_box .new_list .loop .page_bot_box {
		padding-top: 0.4rem;
		padding-left: 0.4rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node {
		padding: 13.4% 13% 0 11.2%;
	}

	#jue #top #fn1 .con .dotBox::before {
		content: "";
		display: block;
		width: 100vw;
		height: 1px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		position: absolute;
		background-color: rgba(255, 255, 255, 0.2);
	}

	.solution_body .sol_case_box .sol_case_n {
		width: calc(100% - 80px + 0.6rem);
		margin-left: auto;
		margin-right: auto;
	}

	#jue #main #r1 .rowMain .top .col-2 p {
		line-height: 1.833;
	}

	#jue #main #r1 .rowMain .mid .box {
		margin-top: 0.5rem;
	}

	.solution_body .goPop {
		position: relative;
	}

	.solution_body .goPop .iconfont {
		font-size: 0.4rem;
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		color: #175789;
		cursor: pointer;
		z-index: 5;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.solution_body .goPop .iconfont>div {
		font-size: 0.2rem;
	}

	:focus-visible {
		outline: none;
	}

	#home #main #roll #r5 .rowMain .con .mid .col-2 .msg .msgList p font {
		padding-bottom: 0.06rem;
	}
}

@media screen and (max-width: 768px) {
	.eff_body .cef_src1_con_box {
		margin-top: 0.5rem;
		display: block;
	}

	.eff_body .cef_src1_con_box .sol_img_case {
		margin-left: auto;
		margin-right: auto;
	}

	.eff_body .cef_src1_con_box .sol_img_case .sol_img_box {
		transform: translateX(-10.75%);
	}

	.eff_body .cef_src1_con_box .cef_text_box {
		width: 100%;
		display: grid;
		justify-content: center;
		align-content: center;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div {
		justify-content: flex-start;
		margin-bottom: 0;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(1),
	.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(5) {
		margin-left: 0;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(2),
	.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(4) {
		margin-left: 0;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div:nth-child(3) {
		margin-left: 0;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div span:first-child {
		color: #175789;
		margin-right: 0.56rem;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div span:nth-child(2) {
		margin-right: 1em;
	}
}

@media screen and (max-width: 600px) {
	.m_sty {
		display: flex;
		padding-top: 0.56rem;
		width: 100%;
	}

	.m_sty>div {
		width: 1.3rem;
		margin-right: 0.4rem;
		display: none;
	}

	.m_sty>div img {
		width: 100%;
	}

	.m_sty>div.btm {
		display: block;
		margin-right: 0;
		text-align: center;
	}

	.m_sty>div.btm li {
		display: block;
	}

	#bloc footer .fMain>.btm {
		display: none;
	}

	#bloc footer .fMain .top .col .line {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		height: 1.25rem;
	}

	#bloc footer .fMain {
		height: auto;
		padding: 1rem 0.3rem 0.56rem;
	}

	#bloc footer .fMain .top {
		display: block;
	}

	#bloc footer .fMain .top>.col-100 {
		display: none;
	}

	#bloc footer .fMain .top .col:nth-of-type(1) {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	#bloc footer .fMain .top .col:nth-of-type(1) img {
		display: block;
	}

	#bloc footer .fMain .top .col:nth-of-type(1)>img:first-child {
		width: 1.7rem;
		height: auto;
	}

	#bloc footer .fMain .top .col:nth-of-type(1)>img:last-child {
		width: 1.25rem;
		height: auto;
	}

	#bloc footer .fMain .top .col:nth-of-type(2) {
		width: 100%;
		padding-top: 0.65rem;
		padding-bottom: 0.6rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	#bloc footer .fMain .top .col:nth-of-type(2)>ul>li:last-child>a::before {
		display: none;
	}

	#bloc footer .fMain .top .col:nth-of-type(2)>ul>li>a {
		padding: 0.3rem 0.29rem;
		font-size: 0.24rem;
		line-height: 1;
		display: block;
		position: relative;
	}

	#bloc footer .fMain .top .col:nth-of-type(2)>ul>li>a:first-child {
		padding-left: 0;
	}

	#bloc footer .fMain .top .col:nth-of-type(2)>ul>li>a:last-child {
		padding-right: 0;
	}

	#bloc footer .fMain .top .col:nth-of-type(2)>ul>li>a::before {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(255, 255, 255, 0.5);
		width: 1px;
		height: 1em;
	}

	#bloc footer .fMain .top .col:nth-of-type(2)>ul>li>a+ol {
		display: none;
	}

	#bloc footer .fMain .m_sty .btm {
		display: block;
		border-top: none;
	}

	#bloc footer .fMain .m_sty .btm .col-100 i {
		display: none;
	}

	#bloc footer .fMain .m_sty .btm .col-100 span {
		font-size: 0.2rem;
		line-height: 1.5;
		display: block;
	}

	#bloc footer .fMain .m_sty .btm .col {
		height: auto;
	}

	#bloc footer .fMain .m_sty .btm .col:nth-child(2) {
		margin-top: 0.5rem;
	}

	#bloc footer .fMain .m_sty .btm .col p,
	#bloc footer .fMain .m_sty .btm .col a {
		font-size: 0.2rem;
		line-height: 1;
		width: 100%;
	}

	#bloc footer .fMain .m_sty .btm .col:nth-child(3) {
		margin-top: 0.09rem;
	}

	#bloc.on #home {
		transform: translate3d(0, -6.95rem, 0);
		-webkit-transform: translate3d(0, -6.95rem, 0);
		-moz-transform: translate3d(0, -6.95rem, 0);
		-o-transform: translate3d(0, -6.95rem, 0);
		-ms-transform: translate3d(0, -6.95rem, 0);
	}

	#bloc.on footer {
		transform: translate3d(0, -7rem, 0);
		-webkit-transform: translate3d(0, -7rem, 0);
		-moz-transform: translate3d(0, -7rem, 0);
		-o-transform: translate3d(0, -7rem, 0);
		-ms-transform: translate3d(0, -7rem, 0);
	}

	.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div {
		width: 32%;
		background: linear-gradient(to bottom,
				rgba(255, 255, 255, 0.5) 0%,
				rgba(255, 255, 255, 0) 90%,
				rgba(255, 255, 255, 0) 100%);
		position: relative;
		padding-top: 3%;
	}

	.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_mes_box {
		width: 90%;
		max-width: 130px;
		margin: 0 auto;
	}

	.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n {
		margin-top: 0.3rem;
		display: block;
	}

	.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n span {
		margin-right: 0;
	}

	.solution_body .sol_top_box .sol_src1_case .sol_src1_con_box>div .sol_n_en {
		margin-top: 0.2rem;
		display: none;
	}

	.eff_body .cef_src1_con_box .sol_img_case {
		width: 80%;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div span:first-child {
		margin-right: 0.2rem;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div span:nth-child(2) {
		margin-right: 0.2rem;
		font-size: 0.28rem;
	}

	.eff_body .cef_src1_con_box .cef_text_box>div span:nth-child(3) {
		font-size: 0.28rem;
	}

	#pro #main #r1 .rowMain .title {
		padding: 0 0 0.5rem 0;
	}

	#pro #main #r1 .rowMain .con .box {
		display: block;
	}

	#pro #main #r1 .rowMain .con .box .col-1 {
		width: 100%;
		flex-direction: row;
		padding: 0.2rem;
		align-items: center;
		justify-content: flex-start;
	}

	#pro #main #r1 .rowMain .con .box .col-1 img {
		margin: 0 0.2rem 0 0;
		width: 0.4rem;
	}

	#pro #main #r1 .rowMain .con .box .col-1 small {
		transform: scale(0.8);
		transform-origin: 50% 100%;
	}

	#pro #main #r1 .rowMain .con .box .col-2 {
		width: 100%;
		border-top: none;
		border-left: 1px dashed rgba(23, 87, 137, 0.3);
	}

	#pro #main #r1 .rowMain .con .box .col-2>ul>li {
		width: 33.33%;
		flex: initial;
	}

	#pro #main #r1 .rowMain {
		padding-bottom: 1rem;
	}

	.pop .con {
		width: 90vw;
		padding: 0.2rem;
		background-color: #fff;
	}

	.pop .con .box {
		width: 100%;
		padding: 0;
		height: auto;
		max-height: 130vw;
		overflow: auto;
	}

	.pop .con .box img {
		min-width: 100%;
		max-width: 230%;
	}

	.pop .con .close {
		left: calc(100% - 0.5rem);
		top: -0.7rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a {
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a::before {
		margin-top: 75%;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .top em {
		font-size: 0.27rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .top h3 {
		font-size: 0.27rem;
		line-height: 1.5185;
		text-shadow: 0 0 81px rgba(19, 21, 15, 0.57);
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm {
		padding: 0.3rem 0 0.4rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm .c2 {
		font-size: 12px;
	}

	.new_body .new_list_box .new_list .loop .page_bot_box {
		padding-right: 1rem;
	}

	.new_body .new_list_box .new_list .loop .box .swiper-item>a>.pic .node .btm .c1 {
		font-size: 0.8rem;
	}
}

.text_body h2 {
	font-size: 0.3rem;
	line-height: 1;
	text-align: center;
	padding-top: 2rem;
}

.text_body .text_con {
	padding-bottom: 1rem;
	width: 900px;
	margin: 0.6rem auto 0;
	color: #333;
	font-size: 0.16rem;
	line-height: 1.81;
	text-align: justify;
	max-width: 90%;
}

.text_body .text_con *:first-child {
	font-size: 0.24rem;
}

@media screen and (orientation: portrait) {
	.text_body h2 {
		font-size: 0.52rem;
	}

	.text_body .text_con {
		font-size: 0.28rem;
		margin-top: 0.4rem;
	}

	.text_body .text_con *:first-child {
		font-size: 0.36rem;
	}
}
